-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
skip target sanity check when it's a local-rebuild
#130261
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
Some changes occurred in src/tools/opt-dist cc @Kobzol |
This comment has been minimized.
This comment has been minimized.
Running the stage0 target sanity check on the newly built compiler can result in errors and incorrect assumptions. Signed-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Do we also need to revert https://github.com/rust-lang/rustc-perf/pull/1973/files and do the same as this PR? (because the target tests had the same issues on perf.rlo as opt-dist and "broke" the bootstrapping benchmark) |
That doesn't really seem like a local rebuild. |
Could you please comment out |
Sure. @bors try |
skip target sanity check when it's a `local-rebuild` Running the stage0 target sanity check on the newly built compiler can result in errors and incorrect assumptions. Resolves rust-lang#130242 try-job: dist-x86_64-linux
☀️ Try build successful - checks-actions |
You can r=me after reverting the temporary change. |
@bors r=Kobzol |
Rollup of 3 pull requests Successful merges: - rust-lang#130245 (make basic allocation functions track_caller in Miri for nicer backtraces) - rust-lang#130261 (skip target sanity check when it's a `local-rebuild`) - rust-lang#130287 (rustdoc: rename `issue-\d+.rs` tests to have meaningful names (part 9)) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#130261 - onur-ozkan:rust-lang#130242, r=Kobzol skip target sanity check when it's a `local-rebuild` Running the stage0 target sanity check on the newly built compiler can result in errors and incorrect assumptions. Resolves rust-lang#130242
Running the stage0 target sanity check on the newly built compiler can result in errors and incorrect assumptions.
Resolves #130242