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

Fetch bazel binaries for commits on linux arm64 #604

Merged

Conversation

meteorcloudy
Copy link
Member

@meteorcloudy meteorcloudy commented Aug 21, 2024

Depends on bazelbuild/continuous-integration#2022

Fixes #317

Bazel commits after bazelbuild/bazel@5aaffc3 will be supported for Linux arm64.

We've been publishing under both "linux" and "centos7" for x64 binaries for a long time, so it should be fine to switch the name.

@meteorcloudy meteorcloudy requested a review from fweikert August 21, 2024 14:32
@meteorcloudy meteorcloudy enabled auto-merge (squash) August 21, 2024 14:35
@meteorcloudy meteorcloudy merged commit e91a9cd into bazelbuild:master Aug 21, 2024
2 checks passed
@keith
Copy link
Member

keith commented Aug 21, 2024

thanks! can you create a release with this in it? 🙏🏻

@fweikert
Copy link
Member

fweikert commented Sep 6, 2024

@keith
Copy link
Member

keith commented Sep 9, 2024

thanks!

keith added a commit to keith/buildbuddy that referenced this pull request Dec 19, 2024
This pulls in bazelbuild/bazelisk#604 to allow
downloading bazel commits on aarch64 linux. The only weird thing about
this is we now provide a repo_mapping to that repo because it started
using the new bzlmod names for rules_go and gazelle. This doesn't
upgrade to the latest version of bazelisk because that would require
other API changes.
keith added a commit to keith/buildbuddy that referenced this pull request Dec 19, 2024
This pulls in bazelbuild/bazelisk#604 to allow
downloading bazel commits on aarch64 linux. The only weird thing about
this is we now provide a repo_mapping to that repo because it started
using the new bzlmod names for rules_go and gazelle. This doesn't
upgrade to the latest version of bazelisk because that would require
other API changes.
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.

Fetch arm64 version when using USE_BAZEL_VERSION=$commit
3 participants