Skip to content

Commit

Permalink
fbthrift: temp
Browse files Browse the repository at this point in the history
  • Loading branch information
daeho-ro committed Dec 21, 2024
1 parent a52bec2 commit c482d33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/f/fbthrift.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class Fbthrift < Formula

depends_on "bison" => :build # Needs Bison 3.1+
depends_on "cmake" => [:build, :test]
depends_on "googletest" => :build
depends_on "mvfst" => [:build, :test]
depends_on "double-conversion"
depends_on "fizz"
Expand Down Expand Up @@ -46,6 +45,8 @@ class Fbthrift < Formula
end

def install

Check failure on line 47 in Formula/f/fbthrift.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew install --verbose --formula --build-bottle fbthrift` failed on macOS Ventura (13) on Apple Silicon!

::error::fbthrift 2024.12.16.00 did not build

Check failure on line 47 in Formula/f/fbthrift.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle fbthrift` failed on macOS Sonoma (14) on Apple Silicon!

::error::fbthrift 2024.12.16.00 did not build

Check failure on line 47 in Formula/f/fbthrift.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle fbthrift` failed on Linux!

::error::fbthrift 2024.12.16.00 did not build

Check failure on line 47 in Formula/f/fbthrift.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew install --verbose --formula --build-bottle fbthrift` failed on macOS Sequoia (15) on Apple Silicon!

::error::fbthrift 2024.12.16.00 did not build

Check failure on line 47 in Formula/f/fbthrift.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew install --verbose --formula --build-bottle fbthrift` failed on macOS Ventura (13)!

::error::fbthrift 2024.12.16.00 did not build

Check failure on line 47 in Formula/f/fbthrift.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

`brew install --verbose --formula --build-bottle fbthrift` failed on macOS Sonoma (14)!

::error::fbthrift 2024.12.16.00 did not build
inreplace "thrift/lib/cpp2/test/CMakeLists.txt", "/../../../conformance/if", "/../../conformance/if"

# Work around build failure with Xcode 16
# Issue ref: https://github.com/facebook/fbthrift/issues/618
# Issue ref: https://github.com/facebook/fbthrift/issues/607
Expand Down

0 comments on commit c482d33

Please sign in to comment.