From a49cbe582d7ef7bd0dac4d4c50b40dbdc91d69bb Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 24 Mar 2019 00:39:37 +0000 Subject: [PATCH] Fix bazel build version at 0.22.0 for CI. To make this reproducible. With floating versions (always latest), this can break any time a new bazel version is released. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 350c2422..8b9abb87 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ --- cirrus-ci_task: container: - image: cirrusci/bazel:latest + image: cirrusci/bazel:0.22.0 cpu: 8 memory: 12G configure_script: