From 64794e14cd792ab0c5cdc7d2730c9e1605bc1c28 Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 6 Dec 2021 00:35:41 +0000 Subject: [PATCH] chore: Use toktok-stack 0.0.23 for cirrus builds. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 80b3883..6488909 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,13 +1,13 @@ --- cirrus-ci_task: container: - image: toxchat/toktok-stack:0.0.13 + image: toxchat/toktok-stack:0.0.23-third_party cpu: 2 memory: 2G configure_script: - /src/workspace/tools/inject-repo toxic test_all_script: - - bazel test -k + - cd /src/workspace && bazel test -k --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST --config=release //toxic/...