From 518cd3b3a35d5eadcdbb2db15bfd2275b73af88c Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Wed, 8 May 2024 12:48:18 -0700 Subject: [PATCH] chore: bump to Bazel 7.1.1 (#98) --- .bazeliskrc | 2 +- .bazelversion | 2 +- .gitignore | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bazeliskrc b/.bazeliskrc index a28c887..269fbb0 100644 --- a/.bazeliskrc +++ b/.bazeliskrc @@ -1,2 +1,2 @@ BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download -USE_BAZEL_VERSION=aspect/5.7.2 +USE_BAZEL_VERSION=aspect/5.9.25 diff --git a/.bazelversion b/.bazelversion index 69f2020..2b1ea10 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,4 +1,4 @@ -7.0.2 +7.1.1 # The first line of this file is used by Bazelisk and Bazel to be sure # the right version of Bazel is used to build and test this repo. # This also defines which version is used on CI. diff --git a/.gitignore b/.gitignore index 374e714..7724321 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ bazel-* .bazelrc.user node_modules -# Don't share lockfile for now. It is unstable. +# Don't commit lockfile for now as it is unstable. Do allow for it to be +# created, however, since it gives a performance boost for local development. # https://github.com/bazelbuild/bazel/issues/19026 # https://github.com/bazelbuild/bazel/issues/19621 # https://github.com/bazelbuild/bazel/issues/19971