about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-29 16:35:36 +0000
committerbors <bors@rust-lang.org>2023-12-29 16:35:36 +0000
commit29abb90bbf4472d8a3bc032a838b20a85f5ed1e7 (patch)
tree83cff6d6f19a306072d6cc581ff7add0401a2775 /src/ci
parentdc450f9dcb243368275598b506d04a54d7019a42 (diff)
parentfdeb8c502797af5e21cab4de1f4001deb2cd8901 (diff)
downloadrust-29abb90bbf4472d8a3bc032a838b20a85f5ed1e7.tar.gz
rust-29abb90bbf4472d8a3bc032a838b20a85f5ed1e7.zip
Auto merge of #119373 - Kobzol:missing-tools-bootstrap, r=onur-ozkan
Remove usage of deprecated `missing-tools` bootstrap flag

This PR removes the usage of `--enable-missing-tools` in CI, as this config option is no longer used. It also removes `dist.missing-tools` config completely.

Let me know which commits should I remove (if any).

Fixes: https://github.com/rust-lang/rust/issues/79249

r? `@onur-ozkan`
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/run.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index 5700172fd3e..e48fac1a087 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -153,10 +153,6 @@ else
   fi
 fi
 
-if [ "$RUST_RELEASE_CHANNEL" = "nightly" ] || [ "$DIST_REQUIRE_ALL_TOOLS" = "" ]; then
-    RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-missing-tools"
-fi
-
 # Unless we're using an older version of LLVM, check that all LLVM components
 # used by tests are available.
 if [ "$IS_NOT_LATEST_LLVM" = "" ]; then