-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
fix: Set RUSTUP_TOOLCHAIN
and invoke the proxies instead of directly invoking sysroot binaries
#16563
Conversation
…invoking sysroot binaries
@bors r+ |
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
👀 Test was successful, but fast-forwarding failed: 422 Changes must be made through a pull request. |
I think this regresses #15560. If you don't have rustup installed, there are no proxies to invoke (and additionally you don't have any other |
Right, in that case we don't even need the vars since cargo is no longer involved, #16693 should fix that I believe. |
cc #16537 should fix #16561