Skip to content

Commit

Permalink
Test bazel 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinmombay committed May 14, 2024
1 parent 45422b5 commit 5456b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/install_validator_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5456b09

Please sign in to comment.