about summary refs log tree commit diff
path: root/src/bootstrap/mk
diff options
context:
space:
mode:
authorJoshua Nelson <jnelson@cloudflare.com>2022-12-20 15:39:32 -0600
committerJoshua Nelson <jnelson@cloudflare.com>2022-12-20 15:42:38 -0600
commitfb89ae4092deb4b3b90f0bdc2d5467b4029ba258 (patch)
tree881142e90a8b8dbe710d6c6dfe0322a545c43df7 /src/bootstrap/mk
parentba64ba8b0dfd57f7d6d7399d0df7ded37d2af18d (diff)
downloadrust-fb89ae4092deb4b3b90f0bdc2d5467b4029ba258.tar.gz
rust-fb89ae4092deb4b3b90f0bdc2d5467b4029ba258.zip
Remove unused `check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu`
It's not used anywhere in CI, and it seems of questionable use.
It was first added in 0e272de69f4a9c889e5f1a024a88b3e1f60cb6c5, which looks like it's just intended for CI, not as a user-facing feature.
Diffstat (limited to 'src/bootstrap/mk')
-rw-r--r--src/bootstrap/mk/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bootstrap/mk/Makefile.in b/src/bootstrap/mk/Makefile.in
index 9a08a7be0f5..5b2aba9aa2d 100644
--- a/src/bootstrap/mk/Makefile.in
+++ b/src/bootstrap/mk/Makefile.in
@@ -57,11 +57,6 @@ tidy:
 prepare:
 	$(Q)$(BOOTSTRAP) build --stage 2 nonexistent/path/to/trigger/cargo/metadata
 
-check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu:
-	$(Q)$(BOOTSTRAP) test --stage 2 --target arm-linux-androideabi
-check-stage2-T-x86_64-unknown-linux-musl-H-x86_64-unknown-linux-gnu:
-	$(Q)$(BOOTSTRAP) test --stage 2 --target x86_64-unknown-linux-musl
-
 TESTS_IN_2 := \
 	src/test/ui \
 	src/tools/linkchecker