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

We've been keeping our wrapper in a uppercased `Tools/` directory at `Tools/bazel`. This is because we have existing stuff in `Tools/`. This works fine for case-insensitive file systems but fails...

Split lines of .bazelversion and return first nonempty in bazelisk.py to support multiline .bazelversion in tensorflow.

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.13.0 to 0.20.0. Commits 46c790f go.mod: update golang.org/x dependencies 5b15d26 go.mod: update golang.org/x dependencies c5eaf76 go.mod: update golang.org/x dependencies 353276a go.mod: update golang.org/x dependencies ae94145 go.mod: update...

dependencies

Currently, bazelisk can be installed via winget using `winget install Bazel.Bazelisk`. However, winget-pkgs is updated manually. I wonder whether it is possible to add an Github action to update winget-pkgs...

P4

I am working on pointnet project in python. The project uses tensorflow and tensorrt. In the integration of tensorflow with tensorrt, bazel 6.5.0 needs to be installed for that installed...

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...

The [current instructions for installing Bazelisk](https://github.com/bazelbuild/bazelisk/tree/24935f4ce663d6eb79e428005b763c059b508866?tab=readme-ov-file#installation) are not user-friendly. Generally, the widely expected ways to get a tool on the following platforms are: - Windows: Download an `.exe` installer that...

type: feature request
P3

Is it possible or are there any downsides of using cached bazel executable if available when there is no network connection? Im frequently programming abroad with weak to no internet...

type: feature request
help wanted
P2

Instead of running bazel as a subprocess of bazelisk, replace bazelisk with bazel in the same process (in the case when bazelisk is only being used to invoke bazel once...

Add rules to create Debian packages. There are two new outputs to the build: - `bazel-bin/deb/bazelisk-amd64.deb` - `bazel-bin/deb/bazelisk-arm64.deb` When stamping is on (with `--config=release`), the version number in the packages...