summaryrefslogtreecommitdiffstats
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:04:30 +0100
commitb71b9534c423eaae79378556337e466a7dec8e35 (patch)
treea87eb03a3f89688bf4d2001f9cdfd28ed3b66b98
parentefec0f4611ee854f2b0b3da0c135e839bf8e7d04 (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)
-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 e63f396661..ee0dbee956 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,