bazelisk icon indicating copy to clipboard operation
bazelisk copied to clipboard

A user-friendly launcher for Bazel.

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

Downloaded [bazelisk-darwin-arm64](https://github.com/bazelbuild/bazelisk/releases/download/v1.16.0/bazelisk-darwin-arm64), tried to run it and got this pop up: "“bazel” can’t be opened because Apple cannot check it for malicious software. This software needs to be updated. Contact...

type: feature request
P2

We are looking for a fast way to determine the version of the bazelisk binary. Calling `time bazel version` currently prints the following: ``` Bazelisk version: v1.16.0 WARNING: Invoking Bazel...

type: feature request
help wanted
P2

Some of us want to verify digests before sudo installing the internet :-) Please add a digests file for all release builds.

type: feature request
P2

### Reproduction The situation to reproduce is a bit complex: 1. I have Go binary at `//erp/dev`. 2. `//erp/dev` runs other processes via bazelisk run, notably a Go-wrapper around Postgres....

type:bug
P2

When using M1 Macs, if Rosetta is enabled, we need to prepend the command "arch --arch arm64" to force a launch of an arm64 process. The use case is to...

type:bug
P2

> `last_rc` points to the most recent release candidate. If there is no active release candidate, Bazelisk uses the latest Bazel release instead. That statement no longer holds, which seems...

type:bug
help wanted
P2

``` > bazelisk version Bazelisk version: development ... ``` I think Homebrew should use/output a proper Bazelisk version.

type:bug
P2

Using `bazelisk v1.17.0`, changing `BAZELISK_FORMAT_URL` does not trigger re-downloading Bazel if the same version number of Bazel has previously been downloaded from anywhere. ``` # Start off clean rm -f...

type:bug
P2

Whenever I run `bazel` through `bazelisk` (I tried 1.16.0 and 1.17.0), I get the following error: > 2023/06/26 15:03:56 could not resolve the version 'latest' to an actual version number:...

type:bug
P2

My team's bazel setup involves invoking a script for `--workspace_status_command` (this flag is defined in our bazelrc). The script in question invokes `dirname`, which is a common utility under `/usr/bin`....

type:bug
P2