8000 erlang@25: disable by botantony · Pull Request #224685 · Homebrew/homebrew-core · GitHub
[go: up one dir, main page]

Skip to content

erlang@25: disable #224685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/e/erlang@24.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class ErlangAT24 < Formula

Check warning on line 1 in Formula/e/erlang@24.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew linkage --cached --test --strict erlang@24` failed on Linux arm64!

zlib

Check warning on line 1 in Formula/e/erlang@24.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew linkage --cached --test --strict erlang@24` failed on Linux x86_64!

zlib
desc "Programming language for highly scalable real-time systems"
homepage "https://www.erlang.org/"
# Download tarball from GitHub; it is served faster than the official tarball.
Expand All @@ -21,6 +21,7 @@

# EOL with OTP-27 release (2024-05-20)
deprecate! date: "2024-07-24", because: :unsupported
disable! date: "2025-07-24", because: :unsupported

depends_on "openssl@3"
depends_on "unixodbc"
Expand Down
4 changes: 4 additions & 0 deletions Formula/e/erlang@25.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ class ErlangAT25 < Formula

keg_only :versioned_formula

# EOL with OTP-28 release (2025-05-17)
deprecate! date: "2025-05-26", because: :unsupported
disable! date: "2025-08-26", because: :unsupported

depends_on "openssl@3"
depends_on "unixodbc"
depends_on "wxwidgets" # for GUI apps like observer
Expand Down
Loading
0