diff --git a/Formula/e/envoy.rb b/Formula/e/envoy.rb index 39372d260156..a9a3b6fe1356 100644 --- a/Formula/e/envoy.rb +++ b/Formula/e/envoy.rb @@ -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?