Skip to content

Commit 77a7ccf

Browse files
jonas-schievinkJonas Schievink
authored and
Jonas Schievink
committed
bootstrap: configure native toolchain for run-make
This allows moving a lot of run-make-fulldeps tests to just run-make tests, and allows running those on target-only platforms
1 parent 0558e6e commit 77a7ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ note: if you're sure you want to do this, please open an issue as to why. In the
12021202

12031203
// Only pass correct values for these flags for the `run-make` suite as it
12041204
// requires that a C++ compiler was configured which isn't always the case.
1205-
if !builder.config.dry_run && suite == "run-make-fulldeps" {
1205+
if !builder.config.dry_run && matches!(suite, "run-make" | "run-make-fulldeps") {
12061206
cmd.arg("--cc")
12071207
.arg(builder.cc(target))
12081208
.arg("--cxx")

0 commit comments

Comments
 (0)