1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-18 15:07:47 +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
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

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