summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-03-26 16:03:23 +0100
committerJoe Orton <jorton@apache.org>2024-03-26 16:03:23 +0100
commit8aae9fa5fc2f90a8fa1cfafa6ddcf445b67ab7ee (patch)
treeff671133387bb067b6a31f9631ac3fc25ebd1b17 /.github
parentCI: conditional didn't work in r1916396, always apply ASAN workaround. (diff)
downloadapache2-8aae9fa5fc2f90a8fa1cfafa6ddcf445b67ab7ee.tar.xz
apache2-8aae9fa5fc2f90a8fa1cfafa6ddcf445b67ab7ee.zip
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index d1afc37851..92c184a0db 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -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: