mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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:
parent
8b63a305bf
commit
d5696547e4
2
.github/workflows/run-checker-merge.yml
vendored
2
.github/workflows/run-checker-merge.yml
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user