diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a807ef98b..cd1dc7bb6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -53,6 +53,8 @@ jobs: MONOLITHIC: ${{ matrix.monolithic || 'no' }} CC: ${{ matrix.compiler || 'gcc' }} TEST: ${{ matrix.test }} + # LSan causes spurious SIGSEGV after tests due to DTLS handling by glibc + ASAN_OPTIONS: intercept_tls_get_addr=0 steps: - uses: actions/checkout@v2 - uses: actions/cache@v2