Skip to content

5.10.15

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 18:32
· 72 commits to main since this release

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.10.15

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 @gregmagolan in #737
  • process: sync commits from Aspect-internal silo by @jbedard in #739

Full Changelog: 5.10.14...5.10.15