Skip to content

Commit 1cbb252

Browse files
committed
Auto merge of rust-lang#132852 - RalfJung:rustc-if-unchanged, r=onur-ozkan
do not trust download-rustc=if-unchanged on CI for now See rust-lang#131658. Once rust-lang#131831 lands this will be unnecessary, for until then, better safe than sorry. r? `@onur-ozkan` Cc `@rust-lang/bootstrap`
2 parents c22887b + 146e744 commit 1cbb252

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)