Skip to content

Commit b3c2121

Browse files
committed
do not trust download-rustc=if-unchanged on CI for now
1 parent c22887b commit b3c2121

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/run.sh

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

181181
if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
182-
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
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
183185
fi
184186
fi
185187

0 commit comments

Comments
 (0)