diff options
author | Joe Orton <jorton@apache.org> | 2024-03-01 11:15:13 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-03-01 11:15:13 +0100 |
commit | 2361315143a9de540db338bcc812877c37da0fe7 (patch) | |
tree | 88f62a876c95e464330973c5aee693cba3cddc8b /.github | |
parent | CI: docs update only. [skip ci] (diff) | |
download | apache2-2361315143a9de540db338bcc812877c37da0fe7.tar.xz apache2-2361315143a9de540db338bcc812877c37da0fe7.zip |
CI: add OpenSSL 3.2, test OpenSSL 3.x using Apache::Test
trunk to pick up r1916067.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916068 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a8500d2d9e..0e716bc9fa 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -267,7 +267,7 @@ jobs: # APU_VERSION=1.6.3 # APU_CONFIG="--with-crypto --with-ldap" # ------------------------------------------------------------------------- - - name: OpenSSL 3.1 build + - name: OpenSSL 3.1 config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto env: | TEST_OPENSSL3=3.1.5 @@ -275,19 +275,19 @@ jobs: APU_VERSION=1.6.3 APU_CONFIG="--without-crypto" # ------------------------------------------------------------------------- - - name: OpenSSL 3.1 -Werror build + - name: OpenSSL 3.2 -Werror config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto notest-cflags: -Werror -O2 -Wno-deprecated-declarations env: | - TEST_OPENSSL3=3.1.5 + TEST_OPENSSL3=3.2.1 APR_VERSION=1.7.4 APU_VERSION=1.6.3 APU_CONFIG="--without-crypto" # ------------------------------------------------------------------------- - - name: OpenSSL 3.1 no-engine build + - name: OpenSSL 3.2 no-engine config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto env: | - TEST_OPENSSL3=3.1.5 + TEST_OPENSSL3=3.2.1 OPENSSL_CONFIG=no-engine APR_VERSION=1.7.4 APU_VERSION=1.6.3 |