Skip to content

Commit a5e8ab2

Browse files
ci: Add sanitizer env variables to debug output
1 parent 84a93de commit a5e8ab2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/ci.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ print_environment() {
1717
SECP256K1_TEST_ITERS BENCH SECP256K1_BENCH_ITERS CTIMETESTS\
1818
EXAMPLES \
1919
HOST WRAPPER_CMD \
20-
CC CFLAGS CPPFLAGS AR NM
20+
CC CFLAGS CPPFLAGS AR NM \
21+
UBSAN_OPTIONS ASAN_OPTIONS LSAN_OPTIONS
2122
do
2223
eval "isset=\${$var+x}"
2324
if [ -n "$isset" ]; then

0 commit comments

Comments
 (0)