Skip to content

Commit 43a8661

Browse files
committed
chore: Use toktok-stack 0.0.23 for cirrus builds.
1 parent 2c6266b commit 43a8661

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.11
4+
image: toxchat/toktok-stack:0.0.23-third_party
55
cpu: 2
66
memory: 4G
77
configure_script:
88
- /src/workspace/tools/inject-repo go-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
//go-toxcore-c/...

.github/settings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ branches:
1212
protection:
1313
required_status_checks:
1414
contexts:
15+
- cirrus-ci
1516
- Codacy Static Code Analysis
1617
- code-review/reviewable

0 commit comments

Comments
 (0)