Skip to content

Commit 8aae9fa

Browse files
committedMar 26, 2024
CI: Add OpenSSL 3.3.0 alpha1 build.
Github: closes #424 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916559 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6f6e573 commit 8aae9fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎.github/workflows/linux.yml

+9
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,15 @@ jobs:
294294
APU_VERSION=1.6.3
295295
APU_CONFIG="--without-crypto"
296296
# -------------------------------------------------------------------------
297+
- name: OpenSSL 3.3 (alpha) no-engine
298+
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
299+
env: |
300+
TEST_OPENSSL3=3.3.0-alpha1
301+
OPENSSL_CONFIG=no-engine
302+
APR_VERSION=1.7.4
303+
APU_VERSION=1.6.3
304+
APU_CONFIG="--without-crypto"
305+
# -------------------------------------------------------------------------
297306
runs-on: ubuntu-latest
298307
timeout-minutes: 30
299308
env:

0 commit comments

Comments
 (0)