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 e279174 commit 4bd13aaCopy full SHA for 4bd13aa
src/bootstrap/src/core/config/config.rs
@@ -2105,7 +2105,7 @@ impl Config {
2105
self.channel == "dev" && llvm::is_ci_llvm_available(&self, asserts)
2106
},
2107
Some(StringOrBool::Bool(b)) => b,
2108
- Some(StringOrBool::String(s)) if s == "if-avaliable" => {
+ Some(StringOrBool::String(s)) if s == "if-available" => {
2109
llvm::is_ci_llvm_available(&self, asserts)
2110
2111
Some(StringOrBool::String(s)) if s == "if-unchanged" => {
0 commit comments