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

Download correct Bazel binary on Linux #346

Merged
merged 1 commit into from
Aug 16, 2022
Merged

Conversation

fweikert
Copy link
Member

We stopped publishing binaries for Ubuntu 14.04 some time ago, and we don't upload Arm64 Linux binaries (yet).
Consequently, Bazelisk on Linux should always fetch the regular Ubuntu 18.04 binaries for now.

Fixes bazelbuild/bazel#16061

We stopped publishing binaries for Ubuntu 14.04 some time ago, and we don't upload Arm64 Linux binaries (yet).
Consequently, Bazelisk on Linux should always fetch the regular Ubuntu 18.04 binaries for now.

Fixes bazelbuild/bazel#16061
@fweikert fweikert requested a review from Wyverald August 16, 2022 15:02
@fweikert fweikert merged commit 89dc94c into bazelbuild:master Aug 16, 2022
@fweikert fweikert deleted the u64 branch August 16, 2022 15:32
@elfringham
Copy link

Sorry, but this just makes the situation worse. Deliberately downloading the x86 artifact when on AARCH64 linux is not helpful. At least getting a 404 error showed what the problem was. Making the code explicity choose the wrong artifact is no way to resolve this issue.

@fweikert
Copy link
Member Author

v1.12.2 should improve the behavior a bit (unfortunately I don't have access to an arm64 device atm, so this is a bit of a fishing expedition). The long term fix would be bazelbuild/continuous-integration#1402

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.

Download via bazelisk fails with 404 on AARCH64
3 participants