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 9c4882d commit 8c01563Copy full SHA for 8c01563
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