1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 00:26:37 +02:00

chore: Use toktok-stack 0.0.23 for cirrus builds.

This commit is contained in:
iphydf
2021-12-06 00:35:41 +00:00
parent f39da4d7f2
commit 64794e14cd

View File

@ -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/...