We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24e166 commit 146e744Copy full SHA for 146e744
src/ci/run.sh
@@ -179,7 +179,9 @@ else
179
fi
180
181
if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
182
- RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
+ # 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
185
186
187
0 commit comments