Skip to content

Commit 4e17685

Browse files
committed
revert step order from rust-lang#134919
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 6515512 commit 4e17685

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
@@ -954,14 +954,10 @@ impl<'a> Builder<'a> {
954954
test::Rustdoc,
955955
test::CoverageRunRustdoc,
956956
test::Pretty,
957-
test::Crate,
958-
test::CrateLibrustc,
959-
// The cranelift and gcc tests need to be listed after the
960-
// compiler unit tests (CrateLibrustc) so that they don't
961-
// hijack the whole `compiler` directory during path matching.
962-
// <https://github.com/rust-lang/rust/pull/134919>
963957
test::CodegenCranelift,
964958
test::CodegenGCC,
959+
test::Crate,
960+
test::CrateLibrustc,
965961
test::CrateRustdoc,
966962
test::CrateRustdocJsonTypes,
967963
test::CrateBootstrap,

0 commit comments

Comments
 (0)