Skip to content

Commit

Permalink
drop deprecated value if-available for download-ci-llvm option
Browse files Browse the repository at this point in the history
It's been 5 months since we deprecated this. It should be fine to drop its support now.

Signed-off-by: onur-ozkan <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Apr 22, 2024
1 parent 290d792 commit 35d14dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2488,11 +2488,6 @@ impl Config {

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

0 comments on commit 35d14dd

Please sign in to comment.