Skip to content

Commit

Permalink
Upgrade bazel version in QA script (#7886)
Browse files Browse the repository at this point in the history
  • Loading branch information
siggisim committed Nov 12, 2024
1 parent 3ac47d2 commit 28f1983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dev_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def run_test(name, repo_url, commit_sha, command, clean_repos=False):
fi
# Pin to a specific bazel version
echo '7.3.1' > .bazelversion
echo '7.4.0' > .bazelversion
set -x
bazel clean
Expand Down

0 comments on commit 28f1983

Please sign in to comment.