5.5.4
Install Aspect CLI
See full install instructions in README.md.
Homebrew (MacOS)
Link the Aspect CLI as bazel
just like the bazelisk installer does:
% brew install aspect-build/aspect/aspect
Bazelisk (MacOS / Linux)
Configure bazelisk to use the Aspect CLI for all developers. Add this to .bazeliskrc
in your project folder:
BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download
USE_BAZEL_VERSION=aspect/5.5.4
The underlying version of Bazel can be configured in your .bazelversion
file or the BAZEL_VERSION
environment variable.
What's Changed
Features
- Added --aspect:lock_version flag to prevent Aspect CLI from downloading & running a different version of itself.
Fixes
- Support deps between local projects in Kotlin gazelle extension
- Suppress logging of incorrect parse errors from tree-sitter in JavaScript gazelle extension
Changelog
- chore: remove legacy bazel test //... since it is now covered by Aspect Workflows deployment by @gregmagolan in #482
- chore: bump to Aspect CLI 5.5.2 by @gregmagolan in #483
- chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #484
- chore(copybara): sync commits from Aspect-internal silo by @gregmagolan in #485
Full Changelog: 5.5.2...5.5.4