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

Hi wonderful bazelisk folks, First and foremost, thanks for a stupendous launcher. Bazelisk is really valuable and I really appreciate all the work you've done here. I'm writing in to...

type:bug
P2

During working on #438 we found out that Bazelisk spends too much time on retrieving the Bazel version history (a process that happens every time we use a relative Bazel...

type: feature request
help wanted
P2

This can be useful when invoking bazelisk programatically.

I get exceptions on downloading Bazel via Bazelisk quite often and I was surprised to see no retry logic implemented for the download, so I quickly slapped together something basic....

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

I started to create a pull request to support these in Windows -- until I looked at the code and saw that it is already supported :)

By convention, netrc "machine" entries aren't supposed to have ports on them, but u.Host will have a port if the user provided one. To preserve historic behavior, look for the...

Is this right? As someone told by a different repo that "you need bazel", and then told by the bazel docs that "you need bazelisk" — without any context other...

Relates to #306 This work generates files that contain the sha256 message digest for each binary. I'm not sure how you go about populating artifacts to the github release but...

In some projects the tools/bazel path isn't practical. This allows users to override this path with the BAZELISK_WRAPPER_PATH env var / .bazeliskrc config option.