We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083ad54 commit 2047595Copy full SHA for 2047595
.circleci/install_validator_dependencies.sh
@@ -13,7 +13,7 @@ sudo mv bazel.gpg /etc/apt/trusted.gpg.d/
13
echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
14
15
echo $(GREEN "Updating and installing apt packages...")
16
-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
17
18
echo $(GREEN "Installing protobuf python module...")
19
pip3 install protobuf==3.19.4
0 commit comments