Skip to content

Commit c8a08cc

Browse files
committed
clozure-cl: deprecate on macOS
1 parent 44f0f5d commit c8a08cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Formula/c/clozure-cl.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ class ClozureCl < Formula
2121
# https://github.com/Clozure/ccl/issues/11
2222
depends_on arch: :x86_64
2323

24+
on_macos do
25+
# Can be undeprecated if upstream decides to support arm64 macOS
26+
# https://docs.brew.sh/Support-Tiers#future-macos-support
27+
# TODO: Make linux-only when removing macOS support
28+
deprecate! date: "2025-09-25", because: :unsupported
29+
disable! date: "2026-09-25", because: :unsupported
30+
end
31+
2432
on_linux do
2533
depends_on "m4"
2634
end

0 commit comments

Comments
 (0)