Skip to content

2024.40.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 01:14
· 1 commit to main since this release

Install Aspect CLI OSS

See full install instructions in README.md.

Bazelisk (MacOS / Linux)

Configure bazelisk to use the Aspect CLI OSS for all developers in a repository
by adding the following to .bazeliskrc in the repository root:

BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/2024.40.2

Note

This approach doesn't provide the aspect init command, which has to run outside a Bazel workspace.

The underlying version of Bazel can be configured in your .bazelversion file or the BAZEL_VERSION environment variable.

Full Changelog: 2024.40...2024.40.2