Skip to content

Commit

Permalink
Use latest toktok-stack msan version
Browse files Browse the repository at this point in the history
  • Loading branch information
JFreegman committed Jan 31, 2022
1 parent 2e7c5b4 commit 95d0f5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
msan:
working_directory: ~/work
docker:
- image: toxchat/toktok-stack:0.0.31-msan
- image: toxchat/toktok-stack:latest-msan

steps:
- checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Pull toxchat/toktok-stack:0.0.31-msan
run: docker pull toxchat/toktok-stack:0.0.31-msan
- name: Pull toxchat/toktok-stack:latest-msan
run: docker pull toxchat/toktok-stack:latest-msan
- name: Run tests under MemorySanitizer
# TODO(iphydf): Remove "|| true" once this works correctly.
run: docker run --rm -v $PWD:/src/workspace/c-toxcore toxchat/toktok-stack:0.0.31-msan
run: docker run --rm -v $PWD:/src/workspace/c-toxcore toxchat/toktok-stack:latest-msan
bazel test //c-toxcore/auto_tests:lossless_packet_test || true

build-nacl:
Expand Down

0 comments on commit 95d0f5c

Please sign in to comment.