-
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
ppc64: wee8 dependency not supported on ppc64le #13593
Comments
/assign |
Ok I made sure that our build-container has gn now and added the following patch
Unfortunately I am now getting an error that might be more to do with bazel than wee8 now
|
cc @clnperez |
Thanks @cmluciano. Hopefully someone with better bazel foo than I knows what that last error means. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Title: One line description
ppc64 build is not explicitly supported for wee8 gen_rule cmd file.
Description:
The ppc64le build has been failing since 319a9a6 was introduced. The gen_rule cmd does not include the instructions inside of https://github.com/envoyproxy/envoy/blob/master/bazel/external/wee8.genrule_cmd#L6 so it errors out.
I am working on a fix to insert the correct arch and flags to gn and also adding gn to the ppc build container.
Repro steps:
https://powerci.osuosl.org/job/build-envoy-static-master/2775/console
The text was updated successfully, but these errors were encountered: