-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
build: bootstrap fails when using --enable-local-rust option #109103
Comments
@rustbot label +t-bootstrap Edit: how very convenient, wasn't even aware there was limitations on label, either way, does this issue occur with x86_64-windows-msvc. |
I am one of the maintainers of the Rust build at https://www.msys2.org/. The upgrade from 1.67.1 to 1.68.0 broke the aarch64 build (which uses the --enable-local-rust option). |
I ... don't see how this could be related to --enable-local-rust? we're not modifying anything in the stage 0 directory, only in the build directory. do you still see this issue if you remove that option? |
oh I see, when that option is enabled bootstrap.py doesn't download the toolchain and so there's no Line 497 in 8efa635
|
Using --enable-local-rust will skip downloading and extracting the previous Rust version. There is the same issue with --local-rust-root btw. |
@rustbot claim |
Issue
Building rust with the
--enable-local-rust
option fails with a symbolic link creation error.Reverting 6f0fc2f fixes the issue.
Version it worked on
It most recently worked on: Rust 1.67.1
Version with regression
Rust 1.68.0
Backtrace
Backtrace
The text was updated successfully, but these errors were encountered: