Skip to content

Commit

Permalink
cleanup: Remove redundant -DSODIUM_EXPORT from definitions.
Browse files Browse the repository at this point in the history
`-DSODIUM_STATIC` implies `-DSODIUM_EXPORT`.
  • Loading branch information
iphydf committed Sep 11, 2023
1 parent 0cef46e commit 7ea8dca
Show file tree
Hide file tree
Showing 5 changed files with 243 additions and 209 deletions.
36 changes: 27 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ workflows:
program-analysis:
jobs:
# Dynamic analysis
- asan
- tsan
- msan
- ubsan
#- asan
#- tsan
#- msan
#- ubsan
# Static analysis
- clang-analyze
- clang-tidy
- cpplint
- infer
- static-analysis
#- clang-analyze
#- clang-tidy
#- cpplint
#- infer
#- static-analysis
- bazel-asan

jobs:
asan:
Expand Down Expand Up @@ -167,3 +168,20 @@ jobs:
- run: git submodule update --init --recursive
- run: pip install cpplint
- run: other/analysis/run-cpplint

bazel-asan:
working_directory: /tmp/cirrus-ci-build
docker:
- image: toxchat/toktok-stack:latest-asan

steps:
- checkout
- run: git submodule update --init --recursive
- run: /src/workspace/tools/inject-repo c-toxcore
- run: cd /src/workspace && bazel test -k
--config=remote
--build_tag_filters=-haskell
--test_tag_filters=-haskell
--remote_download_minimal
--
//c-toxcore/...
Loading

0 comments on commit 7ea8dca

Please sign in to comment.