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

Bazelisk pulls incorrect Bazel on Windows ARM64 #572

Open
jxy-s opened this issue Apr 28, 2024 · 0 comments
Open

Bazelisk pulls incorrect Bazel on Windows ARM64 #572

jxy-s opened this issue Apr 28, 2024 · 0 comments

Comments

@jxy-s
Copy link

jxy-s commented Apr 28, 2024

The x64 version of bazelisk is compatible with a Windows ARM64 machine, it will run under x64 emulation on Windows. However it ends up pulling the x64 version of Bazel which causes unintended downstream behavior.

  • toolchains are not resolved as expected
  • the host OS is not reflected correctly causing the default compilation to produce an x64 binary instead of an ARM64 one

Bazelisk should pull the ARM64 version of when running on Windows ARM64 instead of the x64 version.

See: bazelbuild/bazel#22164 (comment)

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

No branches or pull requests

1 participant