Skip to content

Commit 8635445

Browse files
committed
Fix rustc test suite
1 parent d542d94 commit 8635445

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/setup_rust_fork.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ index bc68bfe396..00143ef3ed 100644
6767
--- a/src/bootstrap/src/core/config/config.rs
6868
+++ b/src/bootstrap/src/core/config/config.rs
6969
@@ -2230,7 +2230,7 @@ pub fn download_ci_rustc_commit<'a>(
70-
return None;
71-
}
72-
70+
match freshness {
71+
PathFreshness::LastModifiedUpstream { upstream } => upstream,
72+
PathFreshness::HasLocalModifications { upstream, modifications } => {
7373
- if dwn_ctx.is_running_on_ci() {
7474
+ if false && dwn_ctx.is_running_on_ci() {
7575
eprintln!("CI rustc commit matches with HEAD and we are in CI.");

0 commit comments

Comments
 (0)