From: Tomas Mraz Date: Thu, 8 Dec 2022 13:24:40 +0000 (+0100) Subject: Run-checker merge CI: Replace no-shared with no-modules X-Git-Tag: openssl-3.2.0-alpha1~1606 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5696547e46e9ea85fcb7581b9d49c58b7c24eeb;p=thirdparty%2Fopenssl.git Run-checker merge CI: Replace no-shared with no-modules ASAN otherwise fails to detect memleaks. Reviewed-by: Hugo Landau Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/19860) --- diff --git a/.github/workflows/run-checker-merge.yml b/.github/workflows/run-checker-merge.yml index ee0dbee956f..e63f3966618 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 no-modules no-asm -DOPENSSL_SMALL_FOOTPRINT, no-dgram, no-dso, no-dynamic-engine,