-
Notifications
You must be signed in to change notification settings - Fork 511
Bring strip_level configuration up to top level #3434
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
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
This will allow us to keep up to date with new changes and to cherry-pick our patches more cleanly (bazelbuild/rules_rust#3434, bazelbuild/rules_rust#3510)
This will allow us to keep up to date with new changes and to cherry-pick our patches more cleanly (bazelbuild/rules_rust#3434, bazelbuild/rules_rust#3510)
This will allow us to keep up to date with new changes and to cherry-pick our patches more cleanly (bazelbuild/rules_rust#3434, bazelbuild/rules_rust#3510)
I've cleared up the CLA check https://github.com/bazelbuild/rules_rust/pull/3434/checks?check_run_id=41742317674, do you think someone could take a look at this PR? |
Any update here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the huge delay here - looks good to me, thanks for the contribution!
This new version supports rust 1.89.0 and includes two of our local patches that were upstreamed: * bazelbuild/rules_rust#3560 * bazelbuild/rules_rust#3510 * bazelbuild/rules_rust#3434
This new version supports rust 1.89.0 and includes two of our local patches that were upstreamed: * bazelbuild/rules_rust#3560 * bazelbuild/rules_rust#3510 * bazelbuild/rules_rust#3434
This new version supports rust 1.89.0 and includes two of our local patches that were upstreamed: * bazelbuild/rules_rust#3560 * bazelbuild/rules_rust#3510 * bazelbuild/rules_rust#3434
This adds a path for configuring
strip_level
in the same way asopt_level
. This will allow configuration away from the default of:through
rust_register_toolchains
.