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

x.py does not download boostrap compiler if --build differs from default build #39675

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

Comments

@nagisa
Copy link
Member

nagisa commented Feb 9, 2017

With build in config.toml being commented out, running (on x86_64) following command fails:

$ python x.py test --host=i686-unknown-linux-gnu --stage=2 --target=i686-unknown-linux-gnu --build=i686-unknown-linux-gnu
    Finished debug [unoptimized] target(s) in 0.0 secs


failed to execute command: "./build/i686-unknown-linux-gnu/stage0/bin/rustc" "--version" "--verbose"
error: No such file or directory (os error 2)
@alexcrichton
Copy link
Member

alexcrichton commented Feb 9, 2017

This can likely be fixed by updating this function, which seems to just not have the proper support yet

@alexcrichton alexcrichton added the T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) label Feb 9, 2017
@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