Skip to content

Commit

Permalink
Merge pull request #191420 from Homebrew/envoy-remove-workaround
Browse files Browse the repository at this point in the history
envoy: remove workaround
  • Loading branch information
carlocab authored Sep 21, 2024
2 parents 75b0342 + 9a4ce4e commit a3d1202
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Formula/e/envoy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ def install
--host_action_env=PATH=#{env_path}
]

# Work around build issue with Xcode 15.3 / LLVM 16+
# https://github.com/envoyproxy/envoy/issues/33225
# https://gitlab.freedesktop.org/pkg-config/pkg-config/-/issues/81
args << "--host_action_env=CFLAGS=-Wno-int-conversion"

# GCC/ld.gold had some issues while building envoy so use clang/lld instead
args << "--config=clang" if OS.linux?

Expand Down

0 comments on commit a3d1202

Please sign in to comment.