Remove --enable-missing-tools usage in CI

This commit is contained in:
Jakub Beránek 2023-12-28 12:43:04 +01:00
parent f4d794ea0b
commit 23994e1d76
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B

View File

@ -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