Remove --enable-missing-tools usage in CI
This commit is contained in:
parent
f4d794ea0b
commit
23994e1d76
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue