-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org_brotli: previously declared as a variable length array #23570
Comments
may be you can build the envoy with the building image to avoid the effects of compiler/os version? |
cc @keith |
This fixes envoyproxy#23570 and envoyproxy#23342 There haven't been many commits since the previous pinned version, here is the full diff: google/brotli@0cd2e39...6d03dfb Signed-off-by: Keith Smiley <[email protected]>
fixed upstream in google/brotli@0a3944c and google/brotli@27dd726 trying to pull in the new version in #23668 you can workaround locally in the meantime with |
FWIW, that's not possible in my case as I'm trying to cross-compile with an SDK. |
This fixes #23570 and #23342 There haven't been many commits since the previous pinned version, here is the full diff: google/brotli@0cd2e39...6d03dfb Signed-off-by: Keith Smiley <[email protected]>
How to solve it? uname -a g++ --version bazel version ERROR: |
|
How to solve it? uname -a g++ --version bazel version envoy tag :v1.23.1
--test_filter="skip-all-test" ERROR: @zonque @keith @sergey-safarov @wbpcode bazel build 1671110591.210527617: src/main/tools/linux-sandbox-pid1.cc:481: child started with PID 2 |
I have no idea. I guess this software is not supposed to be compiled by end-users, let alone cross-compiled. |
Fedora 37
compiler
The text was updated successfully, but these errors were encountered: