bazelisk
bazelisk copied to clipboard
A user-friendly launcher for Bazel.
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...
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...
Some of us want to verify digests before sudo installing the internet :-) Please add a digests file for all release builds.
### 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....
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...
> `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...
``` > bazelisk version Bazelisk version: development ... ``` I think Homebrew should use/output a proper Bazelisk version.
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...
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:...
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`....