Skip to content

Commit

Permalink
Fix CI by pinning the version of Bazel
Browse files Browse the repository at this point in the history
(CI is broken since the release https://github.com/bazelbuild/bazel/releases/tag/8.0.0)

PiperOrigin-RevId: 704624004
  • Loading branch information
oprypin authored and copybara-github committed Dec 10, 2024
1 parent f9f47ec commit 384fbc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Fail on any error. Treat unset variables an error. Print commands as executed.
set -eux

# Bazel 8 is a breaking release
export USE_BAZEL_VERSION='7.x'

# Log environment variables.
env

Expand Down

0 comments on commit 384fbc7

Please sign in to comment.