Skip to content

Commit f87fc33

Browse files
committed
Revert "do not trust download-rustc=if-unchanged on CI for now"
This reverts commit b3c2121.
1 parent 364b0a4 commit f87fc33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/ci/run.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@ else
179179
fi
180180

181181
if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
182-
# disabled for now, see https://github.com/rust-lang/rust/issues/131658
183-
#RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
184-
true
182+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
185183
fi
186184
fi
187185

0 commit comments

Comments
 (0)