-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Remove usage of compiletest-use-stage0-libtest
from CI
#147188
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
Conversation
This PR modifies If appropriate, please update |
# Use libtest built from the source tree instead of the precompiled one from stage 0. | ||
compiletest-use-stage0-libtest = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reminds me that I forgot to update the docs for compiletest-use-stage0-libtest
in bootstrap.example.toml
; feel free to do that in this PR if you want.
LGTM. I'm not sure whether it's OK for me to approve this (with only a T-compiler hat), but if you think it's fine then r=me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can r=Zalathar and me after updating the bootstrap.example.toml
doc, thanks
I think it's perfectly fine considering you've been heavily involved with removing this hack 😆 |
This PR modifies If appropriate, please update |
I removed the config from the example config file, I think that's better than to say that it's just waiting for removal. |
Wait actually can you double-check if rustc-dev-guide has any mention of this flag? (Not at home currently.) |
Haven't found any. |
Thanks for checking |
Rollup of 11 pull requests Successful merges: - #146918 (add regression test) - #146980 (simplify setup_constraining_predicates, and note it is potentially cubic) - #147170 (compiletest: Pass around `DirectiveLine` instead of bare strings) - #147180 (add tests) - #147188 (Remove usage of `compiletest-use-stage0-libtest` from CI) - #147189 (Replace `rustc_span::Span` with a stripped down version for librustdoc's highlighter) - #147199 (remove outdated comment in (inner) `InferCtxt`) - #147200 (Fix autodiff empty ret regression) - #147209 (Remove `no-remap-src-base` from tests) - #147213 (Fix broken STD build for ESP-IDF) - #147217 (Don't create a top-level `true` directory when running UI tests) r? `@ghost` `@rustbot` modify labels: rollup
It shouldn't be needed anymore after #146929.
r? @Zalathar