Rollup merge of #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 0e272de69f
, which looks like it's just intended for CI, not as a user-facing feature.
This commit is contained in:
commit
ae90226896
@ -57,11 +57,6 @@ tidy:
|
|||||||
prepare:
|
prepare:
|
||||||
$(Q)$(BOOTSTRAP) build --stage 2 nonexistent/path/to/trigger/cargo/metadata
|
$(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 := \
|
TESTS_IN_2 := \
|
||||||
src/test/ui \
|
src/test/ui \
|
||||||
src/tools/linkchecker
|
src/tools/linkchecker
|
||||||
|
Loading…
Reference in New Issue
Block a user