about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-03-21 12:23:44 +0100
committerJakub Beránek <berykubik@gmail.com>2025-03-21 12:23:44 +0100
commitf5c59a444f45e32772f393358c2c28c5346f49a0 (patch)
tree3d8664f680ea2d4e89b6dbd0b08f6c097d481425
parente288faa4b015676829f96f83dc5e124ee7c0b3e9 (diff)
downloadrust-f5c59a444f45e32772f393358c2c28c5346f49a0.tar.gz
rust-f5c59a444f45e32772f393358c2c28c5346f49a0.zip
Fix test using `download-ci-llvm=true` on CI
-rw-r--r--src/bootstrap/src/core/builder/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/builder/tests.rs b/src/bootstrap/src/core/builder/tests.rs
index b7a51a33dbd..fd3b28e4e6a 100644
--- a/src/bootstrap/src/core/builder/tests.rs
+++ b/src/bootstrap/src/core/builder/tests.rs
@@ -1074,7 +1074,7 @@ fn test_prebuilt_llvm_config_path_resolution() {
     let config = configure(
         r#"
             [llvm]
-            download-ci-llvm = true
+            download-ci-llvm = "if-unchanged"
         "#,
     );