Skip to content

Commit

Permalink
chore: upgrade to Bazel 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Jun 28, 2024
1 parent 35310bb commit a7c364c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.5.0
7.2.1
1 change: 0 additions & 1 deletion ci/cloudbuild/builds/lib/bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ time {
@local_config_platform//... \
@local_config_cc_toolchains//... \
@local_config_sh//... \
@go_sdk//... \
@remotejdk11_linux//:jdk
}
echo >&2
Expand Down
3 changes: 1 addition & 2 deletions ci/cloudbuild/builds/quickstart-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

set -euo pipefail

export USE_BAZEL_VERSION=6.4.0

source "$(dirname "$0")/../../lib/init.sh"
source module ci/cloudbuild/builds/lib/bazel.sh
source module ci/etc/quickstart-config.sh
Expand All @@ -27,6 +25,7 @@ export CC=gcc
export CXX=g++

mapfile -t args < <(bazel::common_args)
args+=(--noenable_bzlmod)
for lib in $(quickstart::libraries); do
io::log_h2 "Running Bazel quickstart for ${lib}"
env -C "${PROJECT_ROOT}/google/cloud/${lib}/quickstart" \
Expand Down
1 change: 0 additions & 1 deletion ci/gha/builds/lib/bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ function bazel::prefetch() {
"@local_config_platform//..."
"@local_config_cc_toolchains//..."
"@local_config_sh//..."
"@go_sdk//..."
)
local os_rules
mapfile -t os_rules < <(os::prefetch)
Expand Down

0 comments on commit a7c364c

Please sign in to comment.