Skip to content

Commit 6dd82cb

Browse files
authored
fixed #466 - CI-unixish.yml: added missing UBSAN_OPTIONS (#467)
1 parent a0430f3 commit 6dd82cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
run: |
102102
make clean
103103
make -j$(nproc) test selfcheck CXXFLAGS="-O2 -g3 -fsanitize=undefined -fno-sanitize=signed-integer-overflow" LDFLAGS="-fsanitize=undefined -fno-sanitize=signed-integer-overflow"
104+
env:
105+
UBSAN_OPTIONS: print_stacktrace=1:halt_on_error=1:report_error_type=1
104106

105107
# TODO: requires instrumented libc++
106108
- name: Run MemorySanitizer

0 commit comments

Comments
 (0)