We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bef09 commit ebfb82eCopy full SHA for ebfb82e
.github/workflows/ci.yml
@@ -485,18 +485,24 @@ jobs:
485
matrix:
486
configuration:
487
- env_vars:
488
+ CTIMETESTS: 'yes'
489
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g'
490
491
ECMULTGENKB: 2
492
ECMULTWINDOW: 2
493
494
CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -g -O3'
495
+ - env_vars:
496
+ # -fsanitize-memory-param-retval is clang's default, but our build system disables it
497
+ # when ctime_tests when enabled.
498
+ CFLAGS: '-fsanitize=memory -fsanitize-recover=memory -fsanitize-memory-param-retval -g'
499
+ CTIMETESTS: 'no'
500
501
env:
502
ECDH: 'yes'
503
RECOVERY: 'yes'
504
SCHNORRSIG: 'yes'
505
ELLSWIFT: 'yes'
- CTIMETESTS: 'yes'
506
CC: 'clang'
507
SECP256K1_TEST_ITERS: 32
508
ASM: 'no'
0 commit comments