-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
envoy 1.22.2 build failed: reloc-info.cc failed: (Exit 1): clang failed #21674
Comments
I was able to build with envoy 1.22.0 for the moment as WA disabling the build of wasm:
@alyssawilk But I'm not able to find the below script in envoy 1.22.2 source code and try a similar patch: bazel/external/wee8.genrule_cmd If possible, could you please help me to identify the fix? Thanks a lot! |
honestly after my 3rd local-but-not-CI wasm build failure I gave up on figuring out how my env differed from upstream and put |
Since you're building with clang, you might want to add |
Ok, adding --config=clang the build is working but requires much more disk space for the build, so pratically for the moment I'm going ahead with these build options:
|
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions. |
Hi,
The build of envoy 1.22.2 is failing:
DockerFile used for the build:
Any change required for the build with envoy 1.22.2?
The build was working using the same dockerfile with envoy 1.22.0.
The text was updated successfully, but these errors were encountered: