From 5456b096c73b22c9cf0c22e60e0aeecdc2049292 Mon Sep 17 00:00:00 2001 From: Erwin Mombay Date: Tue, 14 May 2024 14:19:22 -0700 Subject: [PATCH] Test bazel 7.1.0 --- .circleci/install_validator_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/install_validator_dependencies.sh b/.circleci/install_validator_dependencies.sh index e6e13bbcd490..8ebc5f94a164 100755 --- a/.circleci/install_validator_dependencies.sh +++ b/.circleci/install_validator_dependencies.sh @@ -13,7 +13,7 @@ sudo mv bazel.gpg /etc/apt/trusted.gpg.d/ echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list echo $(GREEN "Updating and installing apt packages...") -sudo apt update && sudo apt install bazel-5.4.0 clang python3 python3-pip protobuf-compiler +sudo apt update && sudo apt install bazel-7.1.0 clang python3 python3-pip protobuf-compiler echo $(GREEN "Installing protobuf python module...") pip3 install protobuf==3.19.4