Skip to content

[rustbuild] ignores the --build flag #38198

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

Closed
nagisa opened this issue Dec 6, 2016 · 2 comments
Closed

[rustbuild] ignores the --build flag #38198

nagisa opened this issue Dec 6, 2016 · 2 comments
Labels
T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Comments

@nagisa
Copy link
Member

nagisa commented Dec 6, 2016

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)
@nagisa nagisa changed the title [rustbuild] ignores the --build command [rustbuild] ignores the --build flag Dec 6, 2016
@japaric japaric added the T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) label Dec 7, 2016
@Mark-Simulacrum
Copy link
Member

Yeah, still a problem.

@Mark-Simulacrum
Copy link
Member

Should be fixed by #43384.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

No branches or pull requests

3 participants