Skip to content

Commit

Permalink
Fix bazel build version at 0.22.0 for CI.
Browse files Browse the repository at this point in the history
To make this reproducible. With floating versions (always latest), this
can break any time a new bazel version is released.
  • Loading branch information
iphydf committed Mar 24, 2019
1 parent d14989f commit eb21124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
cirrus-ci_task:
container:
image: cirrusci/bazel:latest
image: cirrusci/bazel:0.22.0
cpu: 8
memory: 12G
configure_script:
Expand All @@ -17,7 +17,7 @@ cirrus-ci_task:
- echo "build --config=gcc" | sudo tee -a /etc/bazel.bazelrc
- echo "build --config=remote" | sudo tee -a /etc/bazel.bazelrc
- cd .. && mv cirrus-ci-build c-toxcore
- git clone --depth=1 https://github.com/TokTok/toktok-stack cirrus-ci-build
- git clone --branch=upgrade-bazel --depth=1 https://github.com/iphydf/toktok-stack cirrus-ci-build
- mv c-toxcore cirrus-ci-build
- cd -
test_all_script:
Expand Down

0 comments on commit eb21124

Please sign in to comment.