From: Tomas Mraz Date: Fri, 9 Dec 2022 11:13:36 +0000 (+0100) Subject: Run-checker merge CI: Memleak test does not work without ubsan X-Git-Tag: openssl-3.2.0-alpha1~1603 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ca61aa56090356bbdbb16cf48916fbd9886c78d;p=thirdparty%2Fopenssl.git Run-checker merge CI: Memleak test does not work without ubsan Reviewed-by: Paul Dale Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/19874) --- diff --git a/.github/workflows/run-checker-merge.yml b/.github/workflows/run-checker-merge.yml index ee0dbee956f..6cb51b21b22 100644 --- a/.github/workflows/run-checker-merge.yml +++ b/.github/workflows/run-checker-merge.yml @@ -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,