Remove usage of compiletest-use-stage0-libtest from CI#147188
Remove usage of compiletest-use-stage0-libtest from CI#147188bors merged 2 commits intorust-lang:masterfrom
compiletest-use-stage0-libtest from CI#147188Conversation
|
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.
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. |
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