From 23994e1d760e0c163ead0821262bd40ff90eb24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 28 Dec 2023 12:43:04 +0100 Subject: [PATCH] Remove `--enable-missing-tools` usage in CI --- src/ci/run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ci/run.sh b/src/ci/run.sh index 5700172fd3ec..e48fac1a0879 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