Skip to content

Tags: alloveras/bazelisk

Tags

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bazelisk.py notices WORKSPACE.bazel as a workspace_root (bazelbuild#443)

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support aarch64 in `bazelisk.py`. (bazelbuild#397)

* Support aarch64 in `bazelisk.py`.

Linux reports arm64 as aarch64. Correct for this so that Bazel can be fetched when on arm64/aarch64.

* Use elif.

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support user `.bazeliskrc` in addition to workspace root `.bazeliskrc` (

bazelbuild#390)

* core: Implement fallback to .bazeliskrc in the user home directory

* README.md: Documentation for ~/.bazeliskrc usage

* bazelisk_test.sh: Integration test for user home ~/.bazeliskrc precedence

* bazelisk_test.sh: Set USERPROFILE as user home for compatibility with Windows

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Linux binaries built on CentOS 7 (bazelbuild#361)

As a result, Bazelisk should work on Ubuntu 14.04 and 16.04 again. Moreover, CentOS 7 is the most likely candidate for publishing arm64 Bazel binaries in the future.

v1.13.2

Toggle v1.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 build: bump bazel to 5.3.0 (bazelbuild#356)

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure that Bazelisk can be built with both Bazel and "go build" (baz…

…elbuild#353)

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use different .netrc Go lib. (bazelbuild#351)

Let's standardize on the one that we're already using internally.

v1.12.2

Toggle v1.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Show error for unsupported arm64 platforms (bazelbuild#347)

Fixes bazelbuild/bazel#16061

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Download correct Bazel binary on Linux (bazelbuild#346)

We stopped publishing binaries for Ubuntu 14.04 some time ago, and we don't upload Arm64 Linux binaries (yet).
Consequently, Bazelisk on Linux should always fetch the regular Ubuntu 18.04 binaries for now.

Fixes bazelbuild/bazel#16061