We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Rust codegen appears to do a pretty heavy build on each make all; we should try to either eliminate that build or simplify it.
make all
CC @jleightcap
The text was updated successfully, but these errors were encountered:
I think #118 will resolve this, since we're switching away from the AOT codegen strategy.
Sorry, something went wrong.
https://github.com/sigstore/protobuf-specs/actions/runs/5754486332 -- building took 43s on latest run.
jleightcap
Successfully merging a pull request may close this issue.
The Rust codegen appears to do a pretty heavy build on each
make all
; we should try to either eliminate that build or simplify it.CC @jleightcap
The text was updated successfully, but these errors were encountered: