Skip to content

Commit f95fb57

Browse files
committed
A fix for sanitizers
1 parent 4d623df commit f95fb57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ jobs:
446446
ASAN_OPTIONS: 'strict_string_checks=1:detect_stack_use_after_return=1:detect_leaks=1'
447447
LSAN_OPTIONS: 'use_unaligned=1'
448448
SECP256K1_TEST_ITERS: 32
449+
SYMBOL_CHECK: 'no'
449450

450451
steps:
451452
- name: Checkout
@@ -502,6 +503,7 @@ jobs:
502503
SECP256K1_TEST_ITERS: 32
503504
ASM: 'no'
504505
WITH_VALGRIND: 'no'
506+
SYMBOL_CHECK: 'no'
505507

506508
steps:
507509
- name: Checkout

0 commit comments

Comments
 (0)