Run-checker merge CI: Memleak test does not work without ubsan

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19874)
This commit is contained in:
Tomas Mraz 2022-12-09 12:13:36 +01:00
parent b71b9534c4
commit 1ca61aa560
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
opt: [
enable-asan no-shared no-asm -DOPENSSL_SMALL_FOOTPRINT,
enable-asan enable-ubsan no-shared no-asm -DOPENSSL_SMALL_FOOTPRINT,
no-dgram,
no-dso,
no-dynamic-engine,