Skip to content

Commit e1d09a5

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/run.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ 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"
183184
fi
184185
fi
185186

0 commit comments

Comments
 (0)