Mailing List Archive

svn commit: r1916559 - /httpd/httpd/trunk/.github/workflows/linux.yml
Author: jorton
Date: Tue Mar 26 15:03:23 2024
New Revision: 1916559

URL: http://svn.apache.org/viewvc?rev=1916559&view=rev
Log:
CI: Add OpenSSL 3.3.0 alpha1 build.

Github: closes #424

Modified:
httpd/httpd/trunk/.github/workflows/linux.yml

Modified: httpd/httpd/trunk/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.github/workflows/linux.yml?rev=1916559&r1=1916558&r2=1916559&view=diff
==============================================================================
--- httpd/httpd/trunk/.github/workflows/linux.yml (original)
+++ httpd/httpd/trunk/.github/workflows/linux.yml Tue Mar 26 15:03:23 2024
@@ -294,6 +294,15 @@ jobs:
APU_VERSION=1.6.3
APU_CONFIG="--without-crypto"
# -------------------------------------------------------------------------
+ - name: OpenSSL 3.3 (alpha) no-engine
+ config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
+ env: |
+ TEST_OPENSSL3=3.3.0-alpha1
+ OPENSSL_CONFIG=no-engine
+ APR_VERSION=1.7.4
+ APU_VERSION=1.6.3
+ APU_CONFIG="--without-crypto"
+ # -------------------------------------------------------------------------
runs-on: ubuntu-latest
timeout-minutes: 30
env: