Skip to content

Commit c367c62

Browse files
committed
revert step order from rust-lang#134919
Signed-off-by: onur-ozkan <[email protected]>
1 parent 00cd943 commit c367c62

File tree

1 file changed

+2
-6
lines changed
  • src/bootstrap/src/core/builder

1 file changed

+2
-6
lines changed

src/bootstrap/src/core/builder/mod.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -958,14 +958,10 @@ impl<'a> Builder<'a> {
958958
test::Rustdoc,
959959
test::CoverageRunRustdoc,
960960
test::Pretty,
961-
test::Crate,
962-
test::CrateLibrustc,
963-
// The cranelift and gcc tests need to be listed after the
964-
// compiler unit tests (CrateLibrustc) so that they don't
965-
// hijack the whole `compiler` directory during path matching.
966-
// <https://github.com/rust-lang/rust/pull/134919>
967961
test::CodegenCranelift,
968962
test::CodegenGCC,
963+
test::Crate,
964+
test::CrateLibrustc,
969965
test::CrateRustdoc,
970966
test::CrateRustdocJsonTypes,
971967
test::CrateBootstrap,

0 commit comments

Comments
 (0)