mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 17:01:22 +00:00
CI: Bump versions tested to APR 1.7.6, OpenSSL 3.5.0.
Github: closes #530 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1925588 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
24
.github/workflows/linux.yml
vendored
24
.github/workflows/linux.yml
vendored
@ -80,10 +80,10 @@ jobs:
|
|||||||
TEST_INSTALL=1
|
TEST_INSTALL=1
|
||||||
SKIP_TESTING=1
|
SKIP_TESTING=1
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
- name: All-modules, APR 1.7.4, APR-util 1.6.3
|
- name: All-modules, APR 1.7.6, APR-util 1.6.3
|
||||||
config: --enable-mods-shared=reallyall
|
config: --enable-mods-shared=reallyall
|
||||||
env: |
|
env: |
|
||||||
APR_VERSION=1.7.4
|
APR_VERSION=1.7.6
|
||||||
APU_VERSION=1.6.3
|
APU_VERSION=1.6.3
|
||||||
APU_CONFIG="--with-crypto --with-ldap"
|
APU_CONFIG="--with-crypto --with-ldap"
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
@ -163,11 +163,11 @@ jobs:
|
|||||||
BUILDCONFIG="--with-regen-expr"
|
BUILDCONFIG="--with-regen-expr"
|
||||||
MFLAGS=
|
MFLAGS=
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
- name: APR 1.7.4, APR-util 1.6.3, LDAP
|
- name: APR 1.7.6, APR-util 1.6.3, LDAP
|
||||||
config: --enable-mods-shared=reallyall
|
config: --enable-mods-shared=reallyall
|
||||||
pkgs: ldap-utils
|
pkgs: ldap-utils
|
||||||
env: |
|
env: |
|
||||||
APR_VERSION=1.7.4
|
APR_VERSION=1.7.6
|
||||||
APU_VERSION=1.6.3
|
APU_VERSION=1.6.3
|
||||||
APU_CONFIG="--with-crypto --with-ldap"
|
APU_CONFIG="--with-crypto --with-ldap"
|
||||||
TEST_MALLOC=1
|
TEST_MALLOC=1
|
||||||
@ -227,7 +227,7 @@ jobs:
|
|||||||
config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=all
|
config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=all
|
||||||
pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests python3-multipart python3-filelock python3-websockets
|
pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests python3-multipart python3-filelock python3-websockets
|
||||||
env: |
|
env: |
|
||||||
APR_VERSION=1.7.4
|
APR_VERSION=1.7.6
|
||||||
APU_VERSION=1.6.3
|
APU_VERSION=1.6.3
|
||||||
APU_CONFIG="--with-crypto"
|
APU_CONFIG="--with-crypto"
|
||||||
NO_TEST_FRAMEWORK=1
|
NO_TEST_FRAMEWORK=1
|
||||||
@ -244,7 +244,7 @@ jobs:
|
|||||||
# python3-pytest nghttp2-client python3-cryptography python3-requests python3-filelock
|
# python3-pytest nghttp2-client python3-cryptography python3-requests python3-filelock
|
||||||
# golang-1.17 curl
|
# golang-1.17 curl
|
||||||
# env: |
|
# env: |
|
||||||
# APR_VERSION=1.7.4
|
# APR_VERSION=1.7.6
|
||||||
# APU_VERSION=1.6.3
|
# APU_VERSION=1.6.3
|
||||||
# APU_CONFIG="--with-crypto"
|
# APU_CONFIG="--with-crypto"
|
||||||
# GOROOT=/usr/lib/go-1.17
|
# GOROOT=/usr/lib/go-1.17
|
||||||
@ -280,7 +280,7 @@ jobs:
|
|||||||
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
|
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
|
||||||
env: |
|
env: |
|
||||||
TEST_OPENSSL3=3.1.7
|
TEST_OPENSSL3=3.1.7
|
||||||
APR_VERSION=1.7.4
|
APR_VERSION=1.7.6
|
||||||
APU_VERSION=1.6.3
|
APU_VERSION=1.6.3
|
||||||
APU_CONFIG="--without-crypto"
|
APU_CONFIG="--without-crypto"
|
||||||
pkgs: subversion
|
pkgs: subversion
|
||||||
@ -290,7 +290,7 @@ jobs:
|
|||||||
notest-cflags: -Werror -O2 -Wno-deprecated-declarations
|
notest-cflags: -Werror -O2 -Wno-deprecated-declarations
|
||||||
env: |
|
env: |
|
||||||
TEST_OPENSSL3=3.4.1
|
TEST_OPENSSL3=3.4.1
|
||||||
APR_VERSION=1.7.4
|
APR_VERSION=1.7.6
|
||||||
APU_VERSION=1.6.3
|
APU_VERSION=1.6.3
|
||||||
APU_CONFIG="--without-crypto"
|
APU_CONFIG="--without-crypto"
|
||||||
pkgs: subversion
|
pkgs: subversion
|
||||||
@ -300,18 +300,18 @@ jobs:
|
|||||||
env: |
|
env: |
|
||||||
TEST_OPENSSL3=3.4.1
|
TEST_OPENSSL3=3.4.1
|
||||||
OPENSSL_CONFIG=no-engine
|
OPENSSL_CONFIG=no-engine
|
||||||
APR_VERSION=1.7.4
|
APR_VERSION=1.7.6
|
||||||
APU_VERSION=1.6.3
|
APU_VERSION=1.6.3
|
||||||
APU_CONFIG="--without-crypto"
|
APU_CONFIG="--without-crypto"
|
||||||
pkgs: subversion
|
pkgs: subversion
|
||||||
# -------------------------------------------------------------------------
|
# -------------------------------------------------------------------------
|
||||||
- name: OpenSSL 3.5 (beta) no-engine -Werror
|
- name: OpenSSL 3.5 no-engine -Werror
|
||||||
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
|
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
|
||||||
notest-cflags: -Werror -O2
|
notest-cflags: -Werror -O2
|
||||||
env: |
|
env: |
|
||||||
TEST_OPENSSL3=3.5.0-beta1
|
TEST_OPENSSL3=3.5.0
|
||||||
OPENSSL_CONFIG=no-engine
|
OPENSSL_CONFIG=no-engine
|
||||||
APR_VERSION=1.7.4
|
APR_VERSION=1.7.6
|
||||||
APU_VERSION=1.6.3
|
APU_VERSION=1.6.3
|
||||||
APU_CONFIG="--without-crypto"
|
APU_CONFIG="--without-crypto"
|
||||||
pkgs: subversion
|
pkgs: subversion
|
||||||
|
Reference in New Issue
Block a user