-
Notifications
You must be signed in to change notification settings - Fork 27
Allow s390x arch #93
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
base: main
Are you sure you want to change the base?
Allow s390x arch #93
Conversation
Signed-off-by: Gong Su <gong_su@hotmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not work as there is no binary built for s390x
architecture. Were you able to test this on that architecture?
Since this is a dependency of protobuf, the patch allows me to build protobuf on s390x successfully which I couldn't otherwise. |
@srikrsna-buf what else is needed to get this merged? |
There is no binary for |
Sorry can you be a bit more specific? Why is having a s390x binary for |
The purpose of the There is no version of This PR would change the behavior from failing with an error message |
Thank you @nicksnyder for the explanation. Would it be acceptable to add a check to fail the build if the binaries are not found in the sha list, like the following:
Ahh but that would make the build fail on s390x now. Hmmm...looks like we have to get bufbuild to release s390x binaries first. |
Allow rules to be used on s390x arch.