-
Notifications
You must be signed in to change notification settings - Fork 481
Set --sysroot to sysroot generated by rust_toolchain #2223
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
Set --sysroot to sysroot generated by rust_toolchain #2223
Conversation
0fb5fef
to
249b821
Compare
e6ae298
to
d667de6
Compare
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.
Could you also add an experimental flag for this?
7f854c1
to
00078eb
Compare
@UebelAndre Done. |
ced7397
to
d34afde
Compare
2bc828b
to
b1a7e1a
Compare
d985ad8
to
6eb7a7c
Compare
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.
Looking good! Just one last question 😄
d1bb016
to
cddb545
Compare
cddb545
to
f8027f2
Compare
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.
Looks good to me! Thank you so much for all the hard work on this!
#2223 only sets `--@rules_rust//rust/settings:experimental_toolchain_generated_sysroot` in a few targets on CI. This PR defaults the feature flag to `True`. This ensures the feature flag works at a larger scope because we remove it. --------- Co-authored-by: UebelAndre <[email protected]>
Addresses #2039