Skip to content

Commit

Permalink
Merge pull request #196938 from Homebrew/intercal-x86_64
Browse files Browse the repository at this point in the history
intercal: `depends_on arch: :x86_64`
  • Loading branch information
BrewTestBot authored Nov 7, 2024
2 parents 3bf9f54 + 03eb68a commit 4eb6a96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/i/intercal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ class Intercal < Formula
uses_from_macos "bison" => :build
uses_from_macos "flex" => :build

on_macos do
depends_on arch: :x86_64 # test fails on arm64
end

def install
if build.head?
cd "buildaux" do
Expand Down

0 comments on commit 4eb6a96

Please sign in to comment.