summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-02-29 18:07:55 +0100
committerJoe Orton <jorton@apache.org>2024-02-29 18:07:55 +0100
commitfed3652d82edfa0d324e95c1831631cbb73bba21 (patch)
tree10b98ce2d3c530484856004d8c14369dc183a297 /.github/workflows
parentCI: Add OpenSSL 3.1 builds, including a no-engine build. (diff)
downloadapache2-fed3652d82edfa0d324e95c1831631cbb73bba21.tar.xz
apache2-fed3652d82edfa0d324e95c1831631cbb73bba21.zip
CI: docs update only. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 4c9abf8c4c..a8500d2d9e 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -266,6 +266,7 @@ jobs:
# APR_VERSION=1.7.0
# APU_VERSION=1.6.3
# APU_CONFIG="--with-crypto --with-ldap"
+ # -------------------------------------------------------------------------
- name: OpenSSL 3.1 build
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
env: |
@@ -273,6 +274,7 @@ jobs:
APR_VERSION=1.7.4
APU_VERSION=1.6.3
APU_CONFIG="--without-crypto"
+ # -------------------------------------------------------------------------
- name: OpenSSL 3.1 -Werror build
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
notest-cflags: -Werror -O2 -Wno-deprecated-declarations
@@ -281,6 +283,7 @@ jobs:
APR_VERSION=1.7.4
APU_VERSION=1.6.3
APU_CONFIG="--without-crypto"
+ # -------------------------------------------------------------------------
- name: OpenSSL 3.1 no-engine build
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
env: |
@@ -289,6 +292,7 @@ jobs:
APR_VERSION=1.7.4
APU_VERSION=1.6.3
APU_CONFIG="--without-crypto"
+ # -------------------------------------------------------------------------
runs-on: ubuntu-latest
timeout-minutes: 30
env: