Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
Use latest Bazel version
Browse files Browse the repository at this point in the history
  • Loading branch information
fwouts committed Jan 9, 2019
1 parent 06ec872 commit 7ef4cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install_bazel: &install_bazel
name: Install Bazel
command: |
sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python
BAZEL_VERSION=0.17.2
BAZEL_VERSION=0.21.0
BAZEL_INSTALL_SCRIPT=bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
wget https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/$BAZEL_INSTALL_SCRIPT
chmod +x $BAZEL_INSTALL_SCRIPT
Expand Down

0 comments on commit 7ef4cc4

Please sign in to comment.