From d5696547e46e9ea85fcb7581b9d49c58b7c24eeb Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 8 Dec 2022 14:24:40 +0100 Subject: [PATCH] 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) --- .github/workflows/run-checker-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-checker-merge.yml b/.github/workflows/run-checker-merge.yml index ee0dbee956..e63f396661 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,