Skip to content

Commit 72bebfd

Browse files
Sure we can download llvm in CI, if we're foolish enough
1 parent 769b9ca commit 72bebfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bootstrap/src/core/config/config.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3281,9 +3281,9 @@ impl Config {
32813281

32823282
if b && self.is_running_on_ci {
32833283
// On CI, we must always rebuild LLVM if there were any modifications to it
3284-
panic!(
3285-
"`llvm.download-ci-llvm` cannot be set to `true` on CI. Use `if-unchanged` instead."
3286-
);
3284+
// panic!(
3285+
// "`llvm.download-ci-llvm` cannot be set to `true` on CI. Use `if-unchanged` instead."
3286+
// );
32873287
}
32883288

32893289
// If download-ci-llvm=true we also want to check that CI llvm is available

0 commit comments

Comments
 (0)