update toxcore Merge commit '3b6bb15e867a5f3895773554b1cfa928fcfd3e8f'

This commit is contained in:
Green Sky
2025-01-18 15:53:06 +01:00
213 changed files with 2341 additions and 758 deletions

View File

@ -6,7 +6,8 @@ workflows:
circleci:
jobs:
- bazel-asan
- bazel-msan
- bazel-dbg
- bazel-opt
- clang-analyze
- cpplint
- static-analysis
@ -24,15 +25,25 @@ jobs:
- run: .circleci/bazel-test
//c-toxcore/...
bazel-msan:
bazel-dbg:
working_directory: /tmp/cirrus-ci-build
docker:
- image: toxchat/toktok-stack:latest-msan
- image: toxchat/toktok-stack:latest-debug
steps:
- checkout
- run: .circleci/bazel-test
//c-toxcore/auto_tests:lossless_packet_test
//c-toxcore/...
bazel-opt:
working_directory: /tmp/cirrus-ci-build
docker:
- image: toxchat/toktok-stack:latest-release
steps:
- checkout
- run: .circleci/bazel-test
//c-toxcore/...
static-analysis:
working_directory: ~/work