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 cc68d9d commit bbb7e28Copy full SHA for bbb7e28
1 file changed
src/ci/run.sh
@@ -179,9 +179,7 @@ else
179
fi
180
181
if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
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
+ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
185
186
187
0 commit comments