Skip to content
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

chore: disable arm build for protoc_gen_js #177

Merged
merged 4 commits into from
Mar 12, 2023

Conversation

strophy
Copy link
Collaborator

@strophy strophy commented Mar 11, 2023

Hi @rvolosatovs I have some time to work on this again over the next couple of weeks!

This PR disables ARM builds for protoc_gen_js due to extremely slow builds in the emulator. Both Bazel and protoc_gen_js need to be built, and Bazel cannot be built on ARM currently due to this bug.

Instead, I have created a bazel6 package for x86_64 in Alpine, so Bazel no longer needs to be built by us. I'll create an issue describing the lack of protoc_gen_js support on ARM, and continue working with Alpine to try and release bazel6 as an Alpine package with ARM support.

Copy link
Owner

@rvolosatovs rvolosatovs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this!

Dockerfile Show resolved Hide resolved
.github/workflows/dockerimage.yml Show resolved Hide resolved
@rvolosatovs rvolosatovs merged commit 2c2a9a2 into main Mar 12, 2023
@rvolosatovs rvolosatovs deleted the chore/disable-broken-arm-builds branch March 12, 2023 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants