summaryrefslogtreecommitdiffstats
path: root/.github/workflows
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:21:01 +1100
commit3956fc91afc988dc91ec0ce915d80d30aafbd0a4 (patch)
treed38d1ae1e9d9325ae8504e3f00591770a44d62ae /.github/workflows
parentb23521c40abc35acdffa8223dd6d2c08bf14514b (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) (cherry picked from commit d5696547e46e9ea85fcb7581b9d49c58b7c24eeb)
Diffstat (limited to '.github/workflows')
-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 cee13c501c..1145786cd1 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,