Skip to content

Commit 4eb6a96

Browse files
authored
Merge pull request #196938 from Homebrew/intercal-x86_64
intercal: `depends_on arch: :x86_64`
2 parents 3bf9f54 + 03eb68a commit 4eb6a96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Formula/i/intercal.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ class Intercal < Formula
3939
uses_from_macos "bison" => :build
4040
uses_from_macos "flex" => :build
4141

42+
on_macos do
43+
depends_on arch: :x86_64 # test fails on arm64
44+
end
45+
4246
def install
4347
if build.head?
4448
cd "buildaux" do

0 commit comments

Comments
 (0)