We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685e6ba commit 811fa36Copy full SHA for 811fa36
.github/workflows/sanitizers.yml
@@ -11,7 +11,7 @@ env:
11
UBSAN_OPTIONS: log_path=${{ github.workspace }}/sanitize.log print_suppressions=0 print_stacktrace=1 print_summary=1 halt_on_error=1
12
ASAN_OPTIONS: log_path=${{ github.workspace }}/sanitize.log print_suppressions=0 abort_on_error=1
13
LSAN_OPTIONS: log_path=${{ github.workspace }}/sanitize.log print_suppressions=0 suppressions=${{ github.workspace }}/ci_scripts/suppressions/lsan.supp
14
- ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-14
+ ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-18
15
EXTRA_REGRESS_OPTS: "--temp-config=${{ github.workspace }}/test_postgresql.conf"
16
PGCTLTIMEOUT: 120
17
0 commit comments