We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5fc69 commit af627f5Copy full SHA for af627f5
src/bootstrap/src/core/build_steps/test.rs
@@ -1873,7 +1873,9 @@ NOTE: if you're sure you want to do this, please open an issue as to why. In the
1873
1874
// When top stage is 0, that means that we're testing an externally provided compiler.
1875
// In that case we need to use its specific sysroot for tests to pass.
1876
- let sysroot = if test_compiler.stage == 0 {
+ // Note: DO NOT check if test_compiler.stage is 0, because the test compiler can be stage 0
1877
+ // even if the top stage is 1 (when we run the ui-fulldeps suite).
1878
+ let sysroot = if builder.top_stage == 0 {
1879
builder.initial_sysroot.clone()
1880
} else {
1881
builder.sysroot(test_compiler)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments