Skip to content

v1.3.0 (npm and local mirrors)

Compare
Choose a tag to compare
@philwo philwo released this 04 Feb 19:26
· 181 commits to master since this release

This fresh Bazelisk release brings two improvements:

  • πŸ‘©β€πŸ’» @alexeagle contributed support for uploading Bazelisk to npm. If you're a fan of Node.js, try to install your Bazelisk via npm install -g @bazel/bazelisk. (#114).
  • πŸ— @ali5h contributed support for a "local mirror" feature. If you specify the BAZELISK_BASE_URL environment variable, Bazelisk will download binaries from that server. We'll iterate on this in the near future to make Bazelisk fully offline and "internal mirror" ready. (#107)