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 2118f77 commit 85ad75bCopy full SHA for 85ad75b
src/bootstrap/src/core/config/config.rs
@@ -3124,7 +3124,7 @@ impl Config {
3124
);
3125
}
3126
3127
- if b && CiEnv::is_ci() {
+ if b && CiEnv::is_ci() && !self.dry_run() {
3128
// On CI, we must always rebuild LLVM if there were any modifications to it
3129
panic!(
3130
"`llvm.download-ci-llvm` cannot be set to `true` on CI. Use `if-unchanged` instead."
0 commit comments