Skip to content

Commit f65a2d7

Browse files
committed
chore: Use toktok-stack 0.0.23 for cirrus builds.
This version has pre-built third party binaries, speeding up the build.
1 parent 603238b commit f65a2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
cirrus-ci_task:
33
container:
4-
image: toxchat/toktok-stack:0.0.18
4+
image: toxchat/toktok-stack:0.0.23-third_party
55
cpu: 2
66
memory: 6G
77
configure_script:
88
- /src/workspace/tools/inject-repo py_toxcore_c
99
test_all_script:
10-
- bazel test -k
10+
- cd /src/workspace && bazel test -k
1111
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
1212
--config=release
1313
//py_toxcore_c/...

0 commit comments

Comments
 (0)