Skip to content

Commit e729f6a

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 0ce67c0 commit e729f6a

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,7 +1,7 @@
11
---
22
cirrus-ci_task:
33
container:
4-
image: toxchat/toktok-stack:0.0.19
4+
image: toxchat/toktok-stack:0.0.23-third_party
55
cpu: 2
66
memory: 6G
77
configure_script:
@@ -11,4 +11,4 @@ cirrus-ci_task:
1111
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
1212
--config=release
1313
//jvm-toxcore-c/..."
14-
- $TEST || $TEST || $TEST || $TEST
14+
- cd /src/workspace && $TEST || $TEST || $TEST || $TEST

0 commit comments

Comments
 (0)