Skip to content
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

Instruction for creating stage0 toolchain doesn't work #1693

Open
champignoom opened this issue Jun 9, 2023 · 0 comments
Open

Instruction for creating stage0 toolchain doesn't work #1693

champignoom opened this issue Jun 9, 2023 · 0 comments

Comments

@champignoom
Copy link

champignoom commented Jun 9, 2023

rustup toolchain link stage0 build/host/stage0-sysroot # beta compiler + stage0 std

This instruction fails:

~/code/rust$ ./x.py build library
...
Build completed successfully in 0:04:44

~/code/rust$ rustup toolchain link stage0 build/host/stage0-sysroot/
error: not a directory: 'build/host/stage0-sysroot/bin'

~/code/rust$ find build -name bin
build/x86_64-unknown-linux-gnu/ci-llvm/bin
build/x86_64-unknown-linux-gnu/llvm/bin
build/x86_64-unknown-linux-gnu/llvm/build/bin
build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/bin
build/x86_64-unknown-linux-gnu/stage1/bin
build/x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/bin
build/x86_64-unknown-linux-gnu/stage0/bin
build/x86_64-unknown-linux-gnu/rustfmt/lib/rustlib/x86_64-unknown-linux-gnu/bin
build/x86_64-unknown-linux-gnu/rustfmt/bin

~/code/rust$ git rev-parse HEAD
9c843d9fa322596c7d525c78fa89731ecf7afbfe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant