do not trust download-rustc=if-unchanged on CI for now

This commit is contained in:
Ralf Jung 2024-11-10 14:47:16 +01:00
parent c22887b4d9
commit b3c212103b

View File

@ -179,7 +179,9 @@ else
fi
if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
# disabled for now, see https://github.com/rust-lang/rust/issues/131658
#RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
true
fi
fi