Skip to content

Commit

Permalink
circleci use bazelisk
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsauer authored and renovate[bot] committed Dec 23, 2023
1 parent 9e7fb85 commit 41de3f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
environment:
DEBIAN_FRONTEND: noninteractive
- run: cd /tmp/ &&
curl -LO https://github.com/bazelbuild/bazel/releases/download/6.2.1/bazel-6.2.1-installer-linux-x86_64.sh &&
bash /tmp/bazel-6.2.1-installer-linux-x86_64.sh
curl -LO https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64 &&
chmod +x bazelisk-linux-amd64 &&
mv bazelisk-linux-amd64 /usr/local/bin/bazel
- checkout
- restore_cache:
keys:
Expand Down

0 comments on commit 41de3f3

Please sign in to comment.