chore: Upgrade to toktok-stack:0.0.11.

This commit is contained in:
iphydf 2021-11-25 18:13:33 +00:00
parent 13cca6716d
commit 1700334c3b
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9
2 changed files with 14 additions and 16 deletions

View File

@ -1,20 +1,20 @@
--- ---
cirrus-ci_task: cirrus-ci_task:
container: container:
image: toxchat/toktok-stack:0.0.10 image: toxchat/toktok-stack:0.0.11
cpu: 2 cpu: 2
memory: 2G memory: 4G
configure_script: configure_script:
- /src/workspace/tools/inject-repo c-toxcore
# Work around "FATAL: corrupt installation: file '/home/builder/.cache/bazel/_bazel_builder/install/f439a981a1e06f45be981c123f9858d5/A-server.jar' is missing or modified" # Work around "FATAL: corrupt installation: file '/home/builder/.cache/bazel/_bazel_builder/install/f439a981a1e06f45be981c123f9858d5/A-server.jar' is missing or modified"
# Clearing the cache through the Cirrus web UI doesn't fix, but this does. # Clearing the cache through the Cirrus web UI doesn't fix, but this does.
- rm -rf /home/builder/.cache/bazel/ - rm -rf /home/builder/.cache/bazel/
- /src/workspace/tools/inject-repo c-toxcore
test_all_script: test_all_script:
- bazel test -k - bazel test -k
--remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST
--build_tag_filters=-haskell --build_tag_filters=-haskell
--test_tag_filters=-haskell --test_tag_filters=-haskell
--remote_download_minimal --remote_download_minimal
--config=ci
--config=release --config=release
-- --
//c-toxcore/... //c-toxcore/...

View File

@ -12,15 +12,13 @@ branches:
protection: protection:
required_status_checks: required_status_checks:
contexts: contexts:
- Codacy/PR Quality Review - Codacy Static Code Analysis
- CodeFactor - CodeFactor
- Travis CI - Pull Request
- "ci/circleci: asan" - "ci/circleci: asan"
- "ci/circleci: tsan" # TODO(iphydf): Find out why dht_test times out under tsan.
#- "ci/circleci: tsan"
- cirrus-ci - cirrus-ci
- code-review/reviewable - code-review/reviewable
- codecov/patch
- codecov/project
- continuous-integration/appveyor/pr - continuous-integration/appveyor/pr
# Labels specific to c-toxcore. # Labels specific to c-toxcore.