Skip to content

Commit

Permalink
Revert "do not trust download-rustc=if-unchanged on CI for now"
Browse files Browse the repository at this point in the history
This reverts commit b3c2121.
  • Loading branch information
onur-ozkan committed Nov 10, 2024
1 parent 8ce4fd3 commit c104f3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,7 @@ else
fi

if [ "$NO_DOWNLOAD_CI_RUSTC" = "" ]; then
# 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
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
fi
fi

Expand Down

0 comments on commit c104f3a

Please sign in to comment.