From: Jorge Pereira Date: Fri, 7 Apr 2023 12:06:36 +0000 (-0300) Subject: ci: Add ASAN/LSAN options (#4969) X-Git-Tag: release_3_2_3~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a384a37691900a0e93d3b4551c0f5563156fa0b1;p=thirdparty%2Ffreeradius-server.git ci: Add ASAN/LSAN options (#4969) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a969affb99..a69fc53b06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,9 @@ env: REST_TEST_SERVER_SSL_PORT: 8443 SQL_MYSQL_TEST_SERVER: mariadb SQL_POSTGRESQL_TEST_SERVER: postgres + ASAN_OPTIONS: symbolize=1 detect_leaks=1 detect_stack_use_after_return=1 + LSAN_OPTIONS: fast_unwind_on_malloc=0:malloc_context_size=50 + UBSAN_OPTIONS: print_stacktrace=1 jobs: pre-ci: