Run-checker merge CI: Replace no-shared with no-modules

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)
This commit is contained in:
Tomas Mraz 2022-12-08 14:24:40 +01:00 committed by Pauli
parent 8b63a305bf
commit d5696547e4

View 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,