diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 9bc0d674f4..bdbb7cdc60 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -242,7 +242,9 @@ jobs: timeout-minutes: 4 env: CTEST_OUTPUT_ON_FAILURE: 1 - UBSAN_OPTIONS: "halt_on_error=1" + # FIXME: enable detect_stack_use_after_return=1 #7420 + ASAN_OPTIONS: "strict_string_checks=1:check_initialization_order=1:strict_init_order=1" + UBSAN_OPTIONS: "print_stacktrace=1:print_summary=1:halt_on_error=1" if: ${{ matrix.with-fuzzers == 'NO_FUZZ' }} notify_irc: