mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Remove --enable-missing-tools
usage in CI
This commit is contained in:
parent
f4d794ea0b
commit
23994e1d76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user