-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Closed
Copy link
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.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
python x.py test --host=x86_64-unknown-linux-gnu --stage=2 --target=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
Finished debug [unoptimized] target(s) in 0.0 secs
...
Building stage0 std artifacts (i686-unknown-linux-gnu -> i686-unknown-linux-gnu)
where all build
was uncommented and set to i686-unknown-linux-gnu
in config.toml
. It seems weird that it is still building i686 when all possible flags specify x86_64. Works as expected if build
is commented out as far as I can tell.
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.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)