summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-12-08 14:24:40 +0100
committerPauli <pauli@openssl.org>2022-12-09 09:20:11 +1100
commitd5696547e46e9ea85fcb7581b9d49c58b7c24eeb (patch)
treef2e00355d6ea6b4464f4c718399f32b2d7734d89 /.github
parent8b63a305bf2db0e980cb76040fa66a17f781d6c7 (diff)
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)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-checker-merge.yml2
1 files changed, 1 insertions, 1 deletions
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,