diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-12-20 23:35:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-20 23:35:17 +0100 |
| commit | ae90226896b61b734c7d360e4b1d48665b0ba53d (patch) | |
| tree | 8309f63eb38eca600388c06be678ab9887518bfe | |
| parent | b68e9945038e660bf91e0d50a8c79fbed7afb115 (diff) | |
| parent | fb89ae4092deb4b3b90f0bdc2d5467b4029ba258 (diff) | |
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 0e272de69f4a9c889e5f1a024a88b3e1f60cb6c5, which looks like it's just intended for CI, not as a user-facing feature.
| -rw-r--r-- | src/bootstrap/mk/Makefile.in | 5 |
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 |
