bazelisk icon indicating copy to clipboard operation
bazelisk copied to clipboard

A user-friendly launcher for Bazel.

Results 137 bazelisk issues
Sort by recently updated
recently updated
newest added

If the `tools/bazel` wrapper is executable by the user, but not everyone the current behavior is that `bazelisk` assumes it's not executable and silently pretends that the wrapper script doesn't...

Currently even the arm64 version of Bazelisk fetches x86_64 version of Bazel binaries when fetching from a commit hash. https://github.com/bazelbuild/bazelisk/blob/9102523655067867b701fc25ae9819b9acd2c24f/platforms/platforms.go#L11 needs to be updated to include `macos_arm64` and `windows_arm64`. Although,...

type: feature request
P2

Hi 👋 Some security vendors say that `bazelisk-windows-amd64.exe` downloaded from the release page is malicious. I tried this for versions v1.12.0, v1.11.0, and v1.10.1. [Report for 1.12.0](https://www.virustotal.com/gui/file/f5ace51c34aaf508e32219a07de768b6f6f92f01993800e853a55dc49d3da89c).

type:bug
P2

We were lagging behind quite a bit, but this brings everything back to latest versions. I manually verified that the change does not negatively affect the size of the generated...

Hello team, I'm getting stuck with a weird behavior on Bazel running in a VM. It's easy to reproduce so hope you could address it. ### Environment - Host: M1...

It would be nice if there was a checksum.txt file with the contents of the sha256 checksums of each released binary. e.g. for the 1.11.0 release ``` export BAZELISK_VERSION=1.11.0 for...

type: feature request
P2

When running `bazelisk version` takes in my machine 19 seconds when specifying 5.x in the .bazelversion file. When running `bazelisk version` takes in my machine 0.05 seconds when specifying 5.2.0...

Currently if I run bazelisk, when my PC is in offline mode, it fails to run my build/test tasks as it is not able to connect to the internet and...

type: feature request
P3

I have a project with .bazelversion defined as 4.*.*, which works fine with bazel, but bazelisk complains about the wildcard 2021/07/08 21:06:02 could not resolve the version '4.*.*' to an...