Skip to content

Commit

Permalink
watchman: revision bump (fmt 11.1.1)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>

watchman: update test

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Dec 27, 2024
1 parent d8f88ba commit b604048
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Formula/w/watchman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Watchman < Formula
url "https://github.com/facebook/watchman/archive/refs/tags/v2024.12.02.00.tar.gz"
sha256 "445bda6f262cd23ed305f914249e400c7377ebe21ec971a2ace6c1c3dfad5880"
license "MIT"
revision 1
revision 2
head "https://github.com/facebook/watchman.git", branch: "main"

bottle do
Expand Down Expand Up @@ -70,5 +70,8 @@ def install

test do

Check failure on line 71 in Formula/w/watchman.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew test --verbose watchman` failed on macOS Sequoia (15) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:54:in `<main>'

Check failure on line 71 in Formula/w/watchman.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew test --verbose watchman` failed on macOS Sonoma (14) on Apple Silicon!

/opt/homebrew/Library/Homebrew/test.rb:54:in `<main>'
assert_equal(version.to_s, shell_output("#{bin}/watchman -v").chomp)
# Run `version` to validate functionality and check compatibility with fmt
# Related issue: https://github.com/facebook/watchman/issues/1264
system bin/"watchman", "version"
end
end

0 comments on commit b604048

Please sign in to comment.