ci: Use clang-snapshot in "MSan" job

This commit is contained in:
Hennadii Stepanov
2025-10-14 11:19:45 +01:00
parent 6894c964f3
commit 53585f93b7
2 changed files with 5 additions and 2 deletions

View File

@@ -417,6 +417,9 @@ jobs:
# when ctime_tests when enabled.
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -fsanitize-memory-param-retval -g'
CTIMETESTS: 'no'
cc:
- 'clang'
- 'clang-snapshot'
env:
ECDH: 'yes'
@@ -425,7 +428,7 @@ jobs:
SCHNORRSIG: 'yes'
MUSIG: 'yes'
ELLSWIFT: 'yes'
CC: 'clang'
CC: ${{ matrix.cc }}
SECP256K1_TEST_ITERS: 32
ASM: 'no'
WITH_VALGRIND: 'no'