From c104f3a588539a638e7adffacf0974e375b11461 Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Sun, 10 Nov 2024 23:37:14 +0300 Subject: [PATCH] Revert "do not trust download-rustc=if-unchanged on CI for now" This reverts commit b3c212103b826cde383093fab2f4237bb5736923. --- src/ci/run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ci/run.sh b/src/ci/run.sh index 9f39ad9c55c54..8e2f525db68fc 100755 --- a/src/ci/run.sh +++ b/src/ci/run.sh @@ -179,9 +179,7 @@ else fi if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then - # disabled for now, see https://github.com/rust-lang/rust/issues/131658 - #RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged" - true + RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged" fi fi