summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-12-09 12:12:35 +0100
committerTomas Mraz <tomas@openssl.org>2022-12-12 11:05:35 +0100
commita800b7adbee175f4b704a3ae3d53f582be15b979 (patch)
tree71f6566d7442da7cacc06c135fba413b77f17eed /.github
parentc3f24a0390db9e1c369b115b9345143ab5bb4152 (diff)
Revert "Run-checker merge CI: Replace no-shared with no-modules"
This reverts commit d5696547e46e9ea85fcb7581b9d49c58b7c24eeb. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19874) (cherry picked from commit b71b9534c423eaae79378556337e466a7dec8e35)
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 1145786cd1..cee13c501c 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-modules no-asm -DOPENSSL_SMALL_FOOTPRINT,
+ enable-asan no-shared no-asm -DOPENSSL_SMALL_FOOTPRINT,
no-dgram,
no-dso,
no-dynamic-engine,