mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #5005
5005: Fix asan CI r=def- a=ChillerDragon Co-authored-by: Chiller Dragon <chillerdragon@gmail.com>
This commit is contained in:
commit
585b95d219
3
.github/workflows/clang-sanitizer.yml
vendored
3
.github/workflows/clang-sanitizer.yml
vendored
|
@ -34,7 +34,8 @@ jobs:
|
|||
- name: Run server and headless client with ASan and UBSan
|
||||
run: |
|
||||
cd san
|
||||
export UBSAN_OPTIONS=suppressions=../ubsan.supp:log_path=./SAN:print_stacktrace=1:halt_on_errors=0 ASAN_OPTIONS=log_path=./SAN:print_stacktrace=1:check_initialization_order=1:detect_leaks=1:halt_on_errors=0
|
||||
export UBSAN_OPTIONS=suppressions=../ubsan.supp:log_path=./SAN:print_stacktrace=1:halt_on_errors=0
|
||||
export ASAN_OPTIONS=log_path=./SAN:print_stacktrace=1:check_initialization_order=1:detect_leaks=1:halt_on_errors=0
|
||||
./DDNet "cl_download_skins 0;quit" || true
|
||||
./DDNet-Server shutdown || true
|
||||
if test -n "$(find . -maxdepth 1 -name 'SAN.*' -print -quit)"
|
||||
|
|
Loading…
Reference in a new issue