We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a74c29 + 51eab3e commit 167d779Copy full SHA for 167d779
Formula/f/fastfec.rb
@@ -18,6 +18,13 @@ class Fastfec < Formula
18
sha256 cellar: :any_skip_relocation, x86_64_linux: "bf228d820220f1c3499eced326d33d6492bcb86745db6aaaef29e41e8405f01f"
19
end
20
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
+
28
depends_on "cmake" => :build # for zig resource
29
depends_on "llvm@16" => :build # for zig resource
30
depends_on "pkgconf" => :build
0 commit comments