]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Run-checker merge CI: Replace no-shared with no-modules
authorTomas Mraz <tomas@openssl.org>
Thu, 8 Dec 2022 13:24:40 +0000 (14:24 +0100)
committerPauli <pauli@openssl.org>
Thu, 8 Dec 2022 22:20:11 +0000 (09:20 +1100)
ASAN otherwise fails to detect memleaks.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19860)

.github/workflows/run-checker-merge.yml

index ee0dbee956fd26dc2b32f084c359dc0cdf4e248f..e63f3966618e382671e0a8906065dcf1fc4d4269 100644 (file)
@@ -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,