Skip to content

Commit 91d5e4a

Browse files
committed
Auto merge of #124261 - onur-ozkan:drop-llvm-if-available, r=Mark-Simulacrum
drop deprecated value `if-available` for `download-ci-llvm` option It's been 5 months since we deprecated this. It should be fine to drop its support now.
2 parents cb49406 + 35d14dd commit 91d5e4a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -2492,11 +2492,6 @@ impl Config {
24922492

24932493
b
24942494
}
2495-
// FIXME: "if-available" is deprecated. Remove this block later (around mid 2024)
2496-
// to not break builds between the recent-to-old checkouts.
2497-
Some(StringOrBool::String(s)) if s == "if-available" => {
2498-
llvm::is_ci_llvm_available(self, asserts)
2499-
}
25002495
Some(StringOrBool::String(s)) if s == "if-unchanged" => if_unchanged(),
25012496
Some(StringOrBool::String(other)) => {
25022497
panic!("unrecognized option for download-ci-llvm: {:?}", other)

0 commit comments

Comments
 (0)