Skip to content

Commit

Permalink
Keep quickstart build at Bazel 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Dec 14, 2023
1 parent c40eced commit 5ee89c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/cloudbuild/builds/quickstart-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ source module ci/lib/io.sh
export CC=gcc
export CXX=g++

# TODO(#) - upgrade to Bazel v7 once (1) the last release of `google-cloud-cpp`
# supports v7, and (2) the quickstart WORKSPACE files are updated.
: "${USE_BAZEL_VERSION:="6.4.0"}"
export USE_BAZEL_VERSION

mapfile -t args < <(bazel::common_args)
for lib in $(quickstart::libraries); do
io::log_h2 "Running Bazel quickstart for ${lib}"
Expand Down

0 comments on commit 5ee89c0

Please sign in to comment.