Skip to content

Commit 35d14dd

Browse files
committed
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. Signed-off-by: onur-ozkan <[email protected]>
1 parent 290d792 commit 35d14dd

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
@@ -2488,11 +2488,6 @@ impl Config {
24882488

24892489
b
24902490
}
2491-
// FIXME: "if-available" is deprecated. Remove this block later (around mid 2024)
2492-
// to not break builds between the recent-to-old checkouts.
2493-
Some(StringOrBool::String(s)) if s == "if-available" => {
2494-
llvm::is_ci_llvm_available(self, asserts)
2495-
}
24962491
Some(StringOrBool::String(s)) if s == "if-unchanged" => if_unchanged(),
24972492
Some(StringOrBool::String(other)) => {
24982493
panic!("unrecognized option for download-ci-llvm: {:?}", other)

0 commit comments

Comments
 (0)