From 53254a888b424b02b1daaedfae63acb4e3231912 Mon Sep 17 00:00:00 2001 From: Christian Poveda Date: Fri, 28 Sep 2018 00:19:56 -0500 Subject: Add enable-missing-tools option --- src/ci/run.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ci') diff --git a/src/ci/run.sh b/src/ci/run.sh index 6a571bfad13..281f4f92a7f 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -76,6 +76,10 @@ else fi fi +if [ "$RUST_RELEASE_CHANNEL" = "nightly" ] or [ "$DIST_REQUIRE_ALL_TOOLS" = "" ]; then + RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-missing-tools" +fi + # We've had problems in the past of shell scripts leaking fds into the sccache # server (#48192) which causes Cargo to erroneously think that a build script # hasn't finished yet. Try to solve that problem by starting a very long-lived -- cgit 1.4.1-3-g733a5