Skip to content

Commit

Permalink
chore: Use toktok-stack 0.0.23 for cirrus builds.
Browse files Browse the repository at this point in the history
This version has pre-built third party binaries, speeding up the build.
  • Loading branch information
iphydf committed Dec 6, 2021
1 parent 239cacc commit 571eb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
cirrus-ci_task:
container:
image: toxchat/toktok-stack:0.0.19
image: toxchat/toktok-stack:0.0.23-third_party
cpu: 2
memory: 6G
configure_script:
- /src/workspace/tools/inject-repo hs-msgpack-rpc-conduit
test_all_script:
- bazel test -k
- cd /src/workspace && bazel test -k
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
--config=release
//hs-msgpack-rpc-conduit/...

0 comments on commit 571eb82

Please sign in to comment.