-
Notifications
You must be signed in to change notification settings - Fork 13.3k
bootstrap: ./x.py test mir-opt
dirties build cache for standard library
#128493
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
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Comments
The cache gets broken due to using different rust/src/bootstrap/src/core/build_steps/compile.rs Lines 239 to 265 in 05e692a
-Zalways-encode-mir directly but in the second block it uses std_cargo to handle rustflags (and other cargo-specific environment variables).
|
Triage: I believe this was later superseded by #131437. |
I'm not observing the rebuild locally, please open a new issue with repro steps if you can still repro on latest nightly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
To reproduce:
Cc @saethlin this may be related to the special hacks the mir-opt test suite uses for standard libraries for other targets.
The text was updated successfully, but these errors were encountered: