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

In the Angular repo, there are some steps you should take to update RBE toolchain whenever you update the bazel version. This would naturally live as a comment in the...

type: feature request
P3

Right now bazelisk fetches binary distributions via github releases, I'm curious if adding support for source based fetching + building is something being considered or would be okay to contribute?...

type: feature request
P3

On our CI docker we install Bazel version from the official Debian image, that corresponds to the `.bazelversion` file, by using official Bazel version: https://releases.bazel.build/1.0.0/rc2/bazel_1.0.0rc2-linux-x86_64.deb In the same time we...

type: feature request
P3

It would be awesome if bazelisk had an option to bisect build failures locally, like it's proposed in the `Ideas for the future` section of the readme. As a starting...

enhancement

When doing this: ``` % USE_BAZEL_VERSION=$PWD/tmp/bazel/versions/1.0.0-darwin/bin/bazel bazelisk --migrate build //... 2019/10/16 11:41:45 could not get the list of incompatible flags: invalid version unknown ``` Is this because my bazel binary...

type: feature request
P3

I have a project which builds with bazel 0.15 but doesn't build with bazel at HEAD (I know I should have updated in between) so I have ~15 Bazel versions...

type: feature request
P3

Addresses part of #2 Example looks: ``` Downloading https://releases.bazel.build/0.17.2/release/bazel-0.17.2-linux-x86_64 [############################################################] 160.5/160.5MB ```

Bazel release candidates and releases are accompanied by PGP signatures: $ wget -q 'https://releases.bazel.build/0.20.0/rc1/bazel-0.20.0rc1-darwin-x86_64' $ wget -q 'https://releases.bazel.build/0.20.0/rc1/bazel-0.20.0rc1-darwin-x86_64.sig' $ gpg --verify ./bazel-0.20.0rc1-darwin-x86_64.sig gpg: assuming signed data in './bazel-0.20.0rc1-darwin-x86_64' gpg: Signature...

type: feature request
P2

I see that the "ideas for improvement" in the front page contains: * Add a Homebrew recipe for Bazelisk to make it easy to install on macOS. ... and I...

type: feature request
P3

``` $ USE_BAZEL_VERSION=0.24.1 ../bazelisk-linux-amd64 --strict build ... ERROR: Unrecognized option: --incompatible_windows_style_arg_escaping ``` https://github.com/bazelbuild/bazel/issues/7454 is marked for migration. I assume the unrecognized option is because the flag is windows-only.

type: feature request
help wanted
P3