File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,12 @@ jobs:
7373 env :
7474 CC : clang-10
7575 CFLAGS : -fsanitize=memory -fsanitize-memory-track-origins=2 -fsanitize-blacklist=/home/libgit2/source/script/sanitizers.supp -fno-optimize-sibling-calls -fno-omit-frame-pointer
76- CMAKE_OPTIONS : -DCMAKE_PREFIX_PATH=/usr/local/msan -DUSE_HTTPS=mbedTLS -DUSE_SHA1=HTTPS -DREGEX_BACKEND=pcre -DDEPRECATE_HARD=ON -DUSE_BUNDLED_ZLIB=ON
76+ CMAKE_OPTIONS : -DCMAKE_PREFIX_PATH=/usr/local/msan -DUSE_HTTPS=mbedTLS -DUSE_SHA1=HTTPS -DREGEX_BACKEND=pcre -DDEPRECATE_HARD=ON -DUSE_BUNDLED_ZLIB=ON -DUSE_SSH=ON
7777 CMAKE_GENERATOR : Ninja
7878 SKIP_SSH_TESTS : true
7979 SKIP_NEGOTIATE_TESTS : true
8080 ASAN_SYMBOLIZER_PATH : /usr/bin/llvm-symbolizer-10
81+ UBSAN_OPTIONS : print_stacktrace=1
8182 os : ubuntu-latest
8283 - # Focal, Clang 10, OpenSSL, UndefinedBehaviorSanitizer
8384 container :
You can’t perform that action at this time.
0 commit comments