diff options
author | Tomas Mraz <tomas@openssl.org> | 2022-12-09 12:12:35 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-12-12 11:04:30 +0100 |
commit | b71b9534c423eaae79378556337e466a7dec8e35 (patch) | |
tree | a87eb03a3f89688bf4d2001f9cdfd28ed3b66b98 /.github | |
parent | unbuffer stdin before get passwd from stdin (diff) | |
download | openssl-b71b9534c423eaae79378556337e466a7dec8e35.tar.xz openssl-b71b9534c423eaae79378556337e466a7dec8e35.zip |
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)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/run-checker-merge.yml | 2 |
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, |