-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
Summary
~/.rustup/toolchains/local-debug-assertions/bin/rustc dummy.rs -Zcodegen-backend=cranelift
error: failed to find a `codegen-backends` folder in the sysroot candidates:
* /home/matthias/.rustup/toolchains/local-debug-assertions
* /home/matthias/.rustup/toolchains/local-debug-assertions
Command used
RUSTFLAGS="-Zthreads=32" ./x.py install -j 16
Expected behaviour
it werky
Actual behaviour
it no werky :(
~/.rustup/toolchains/local-debug-assertions/bin/rustc dummy.rs -Zcodegen-backend=cranelift
error: failed to find a `codegen-backends` folder in the sysroot candidates:
* /home/matthias/.rustup/toolchains/local-debug-assertions
* /home/matthias/.rustup/toolchains/local-debug-assertions
Bootstrap configuration (bootstrap.toml)
change-id = 138934
[llvm]
download-ci-llvm = false
optimize = true
thin-lto = true
release-debuginfo = true
assertions = true
plugins = true
ninja = true
targets = "X86"
link-jobs = 4
cflags = "-march=native"
cxxflags = "-march=native"
ldflags = "-march=native"
[gcc]
[build]
submodules = true
extended = true
sanitizers = true
profiler = true
low-priority = true
[install]
prefix = "/home/matthias/.rustup/toolchains/local-debug-assertions"
sysconfdir = "/home/matthias/.rustup/toolchains/local-debug-assertions/etc"
[rust]
debug = true
debug-assertions = true
debug-assertions-std = true
overflow-checks = true
overflow-checks-std = true
dist-src = true
codegen-backends = ["llvm", "cranelift"]
use-lld = true
llvm-tools = true
deny-warnings = false
backtrace-on-ice = true
verify-llvm-ir = true
remap-debuginfo = true
lto = "thin"
validate-mir-opts = 3
[target.x86_64-unknown-linux-gnu]
[dist]
compression-formats = ["xz"]
compression-profile = "fast"
Operating system
Linux 6.13.8-2-MANJARO
HEAD
Additional context
Build Log
<log>
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)