do not trust download-rustc=if-unchanged on CI for now
This commit is contained in:
parent
c22887b4d9
commit
b3c212103b
@ -179,7 +179,9 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user