mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
github: Add LSan workaround for tests on Ubuntu 20.04 again
This was removed with 0fea6a7f8e7e ("github: Adapt to switch to Ubuntu 22.04 for ubuntu-latest") as it didn't seem necessary anymore. But recently there have been such random crashes again with the 20.04 image.
This commit is contained in:
parent
c0fc048775
commit
67c7303181
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -145,6 +145,8 @@ jobs:
|
||||
LEAK_DETECTIVE: ${{ matrix.leak-detective || '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@v3
|
||||
- uses: actions/cache@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user