Skip to content

Commit d7e7a7a

Browse files
RalfJungmati865
authored andcommitted
do not trust download-rustc=if-unchanged on CI for now
1 parent b4f51b6 commit d7e7a7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/run.sh

Lines changed: 3 additions & 1 deletion
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)