You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, prost-build tries to find protoc and if it fails, builds it from the vendored sources.
That adds the cmake dependency even though it may not be needed.
Could the default behavior be changed to:
look for protoc in PROTOC or PATH, then fail.
if vendored feature is enable, use this one only.
There is the PROTOC_NO_VENDOR env var but the cmake dep is still required.
On top of removing a dependency in some cases, it would also make clearer what is happening.
The text was updated successfully, but these errors were encountered:
Today, prost-build tries to find protoc and if it fails, builds it from the vendored sources.
That adds the cmake dependency even though it may not be needed.
Could the default behavior be changed to:
There is the PROTOC_NO_VENDOR env var but the cmake dep is still required.
On top of removing a dependency in some cases, it would also make clearer what is happening.
The text was updated successfully, but these errors were encountered: