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 769b9ca commit 72bebfdCopy full SHA for 72bebfd
src/bootstrap/src/core/config/config.rs
@@ -3281,9 +3281,9 @@ impl Config {
3281
3282
if b && self.is_running_on_ci {
3283
// 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
- );
+ // panic!(
+ // "`llvm.download-ci-llvm` cannot be set to `true` on CI. Use `if-unchanged` instead."
+ // );
3287
}
3288
3289
// If download-ci-llvm=true we also want to check that CI llvm is available
0 commit comments