From eea23170ef5eaf72fcd28f7417a19f752101b8b8 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 23 Jul 2020 09:53:58 -0700 Subject: [PATCH] CI: Enable cargo's net.git-fetch-with-cli --- src/ci/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ci/run.sh b/src/ci/run.sh index 5231aa2e76619..7fad2816af9fb 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -43,6 +43,9 @@ else PYTHON="python2" fi +# This is a temporary workaround for a cargo issue. +export CARGO_NET_GIT_FETCH_WITH_CLI=true + if ! isCI || isCiBranch auto || isCiBranch beta; then RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests" fi