Skip to content

2024.44.3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 18:10
· 74 commits 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.44.3

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.

What's Changed

  • process: sync commits from Aspect-internal silo by @jbedard in #765

Full Changelog: 2024.44...2024.44.3