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

I was trying to use Bazelisk in a CI setup where multiple CI agents run on a single instance. I observed the following error when multiple bazelisk processes attempt to...

type:bug
P2

I've just found out that if `PATH` contains `=` (which in my case was due to some corruption in my `~/.profile`), `bazelisk` will cause `bazel` to run with an almost...

type:bug
P2

When BAZELISK_BASE_URL is set and bazelisk fails to download Bazel from that URL, it would either throw an HTTPError or exit with 22. It should instead fallback to the default...

type:bug
P2

For example, when invoking `bazel run` with an interactive binary target (for example a python repl), the expectation is that `Ctrl-C` should 1) send SIGINT to the actual executed process,...

type:bug
P2

I am attempting to compile a project with bazelisk that uses an older version of bazel (0.16.0). When I try and compile this project, I get the following output from...

type:bug
P2

For a few minutes bazel could not build or test because (I believe) bazelisk was checking for the latest version and failing. ``` bazel test -c opt //... 2023/02/15 22:32:02...

type:bug
P2

Bazelisk crashes with exit code 37 on attempt to run [remote compilation](https://github.com/envoyproxy/envoy/blob/2d259e934a429667f0145ce16d829624856dbf47/bazel/README.md#building-envoy-with-remote-execution) of [envoy](https://github.com/envoyproxy/envoy) proxy server. **Platform:** Linux Debian 11, amd64. Bazelisk [installed as bazel](https://github.com/envoyproxy/envoy/blob/2d259e934a429667f0145ce16d829624856dbf47/bazel/README.md#installing-bazelisk-as-bazel): ``` # bazel version Bazelisk...

type:bug
P2

The Python and Go implementations both look for `.bazelversion` only in the workspace root.

Bazelisk downloads platform specific version of bazel (windows,linux,etc) and then verifies SHA with value from BAZELISK_VERIFY_SHA256. It does not work if a given project is built on more than one...

type: feature request
help wanted
P2