Skip to content

Commit 167d779

Browse files
authored
Merge pull request Homebrew#203122 from Homebrew/fastfec-disable-date
fastfec: disable on 2025-09-13
2 parents 7a74c29 + 51eab3e commit 167d779

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Formula/f/fastfec.rb

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ class Fastfec < Formula
1818
sha256 cellar: :any_skip_relocation, x86_64_linux: "bf228d820220f1c3499eced326d33d6492bcb86745db6aaaef29e41e8405f01f"
1919
end
2020

21+
# Disable date set to 1 year after upstream issue report[^1] for Zig 0.13 failure.
22+
# Zig 0.12.0 was released on 2024-04-20 so date is roughly 1 year 5 months after release.
23+
# Also requires EOL `pcre`, which is being vendored on Linux.
24+
#
25+
# [^1]: https://github.com/washingtonpost/FastFEC/issues/66
26+
disable! date: "2025-09-13", because: "does not build with zig >= 0.12 and uses EOL pcre"
27+
2128
depends_on "cmake" => :build # for zig resource
2229
depends_on "llvm@16" => :build # for zig resource
2330
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)