-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Closed
Labels
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
build being commented-out in config.toml and running
python x.py test --stage 2 --build=i686-unknown-linux-gnu
starts downloading the x86_64 compiler… and then tries to execute i686 compiler which fails with a terrible error of
failed to execute command: No such file or directory (os error 2)
Metadata
Metadata
Assignees
Labels
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)