commit | 8f99c8275b1943e99e535d07ba0a3c2beded437e | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun May 05 22:43:40 2024 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed May 08 20:21:27 2024 -0700 |
tree | b34e52de23412281c62b2b06bd4fd725a98f873a | |
parent | de351bc6d8941696fb1ebdd413dd13f8fe78dba1 [diff] [blame] |
Upgrade to bazel 7.1.1 Change-Id: I7207da90df84e4634cdb3661a27f5e380fe9ca5c Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/tools/bazel b/tools/bazel index 97f31d9..d4312b2 100755 --- a/tools/bazel +++ b/tools/bazel
@@ -24,7 +24,7 @@ exec "${BAZEL_OVERRIDE}" "$@" fi -readonly VERSION="6.0.0" +readonly VERSION="7.1.1" readonly DOWNLOAD_DIR="${HOME}/.cache/bazel" # Directory to unpack bazel into. This must change whenever bazel changes.