Skip to content
Draft
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/i/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Icu4cAT77 < Formula
keg_only :versioned_formula

def install
# Dummy edit
args = %w[
--disable-samples
--disable-tests
Expand Down
1 change: 1 addition & 0 deletions Formula/i/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
keg_only :shadowed_by_macos, "macOS provides libicucore.dylib (but nothing else)"

def install
# Dummy edit
odie "Major version bumps need a new formula!" if version.major.to_s != name[/@(\d+)$/, 1]

args = %w[
Expand All @@ -44,7 +45,7 @@
end
end

test do

Check failure on line 48 in Formula/i/[email protected]

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew test --verbose icu4c@78` failed on macOS Sonoma (14) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:59:in '<main>'
if File.exist? "/usr/share/dict/words"
system bin/"gendict", "--uchars", "/usr/share/dict/words", "dict"
else
Expand Down
Loading