5.8.3
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.8.3
The underlying version of Bazel can be configured in your .bazelversion
file or the BAZEL_VERSION
environment variable.
What's Changed
- chore: upgrade to Aspect Workflows 5.8.1 by @gregmagolan in #539
- chore: tweak CCI config yaml by @gregmagolan in #540
- chore: upgrade to Aspect Workflows 5.8.2 by @gregmagolan in #541
- chore: update buildifier targets used by Aspect Workflows by @gregmagolan in #542
- chore(copybara): sync commits from Aspect-internal silo by @jbedard in #537
- chore(copybara): sync commits from Aspect-internal silo by @alexeagle in #543
Full Changelog: 5.8.0...5.8.3