Add MSan CI job

This commit is contained in:
Pieter Wuille 2022-11-16 11:51:00 -05:00
parent 44916ae915
commit 00a42b91b3

View File

@ -340,6 +340,32 @@ task:
- ./ci/cirrus.sh - ./ci/cirrus.sh
<< : *CAT_LOGS << : *CAT_LOGS
# Memory sanitizers
task:
<< : *LINUX_CONTAINER
name: "MSan"
env:
ECDH: yes
RECOVERY: yes
SCHNORRSIG: yes
CTIMETEST: no
CC: clang
SECP256K1_TEST_ITERS: 32
ASM: no
container:
memory: 2G
matrix:
- env:
CFLAGS: "-fsanitize=memory -g"
- env:
ECMULTGENPRECISION: 2
ECMULTWINDOW: 2
CFLAGS: "-fsanitize=memory -g -O3"
<< : *MERGE_BASE
test_script:
- ./ci/cirrus.sh
<< : *CAT_LOGS
task: task:
name: "C++ -fpermissive (entire project)" name: "C++ -fpermissive (entire project)"
<< : *LINUX_CONTAINER << : *LINUX_CONTAINER