Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(prost-build): Add protoc executable path to Config #1126

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

caspermeijn
Copy link
Collaborator

Set the path to protoc executable to be used by prost-build

Use the provided path to find protoc. This can either be a file name which is searched for in the PATH or an aboslute path to use a specific executable.

This API is needed during prost development to use the repo compiled protoc on the .proto-files in the same repo: caspermeijn@1e4f390

Set the path to `protoc` executable to be used by `prost-build`

Use the provided path to find `protoc`. This can either be a file name which is
searched for in the `PATH` or an aboslute path to use a specific executable.
@caspermeijn caspermeijn added this pull request to the merge queue Aug 20, 2024
Merged via the queue into tokio-rs:master with commit e773f5f Aug 20, 2024
16 checks passed
@caspermeijn caspermeijn deleted the configurable_protoc branch August 20, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants