Skip to content

Commit 3ca1bb0

Browse files
authored
Rollup merge of rust-lang#105976 - jyn514:unused-make-targets, r=Mark-Simulacrum
Remove unused `check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu` make rule It's not used anywhere in CI, and it seems of questionable use. It was first added in 0e272de, which looks like it's just intended for CI, not as a user-facing feature.
2 parents e20a166 + fb89ae4 commit 3ca1bb0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/bootstrap/mk/Makefile.in

-5
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ tidy:
5757
prepare:
5858
$(Q)$(BOOTSTRAP) build --stage 2 nonexistent/path/to/trigger/cargo/metadata
5959

60-
check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu:
61-
$(Q)$(BOOTSTRAP) test --stage 2 --target arm-linux-androideabi
62-
check-stage2-T-x86_64-unknown-linux-musl-H-x86_64-unknown-linux-gnu:
63-
$(Q)$(BOOTSTRAP) test --stage 2 --target x86_64-unknown-linux-musl
64-
6560
TESTS_IN_2 := \
6661
src/test/ui \
6762
src/tools/linkchecker

0 commit comments

Comments
 (0)