summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-04-23 21:04:40 +0000
committerYann Ylavic <ylavic@apache.org>2023-04-23 21:04:40 +0000
commit0c0a14090af5844ba2edeb57e6040cacfceaf7df (patch)
tree31955280c362750415fa9d747202acf02ed0e723
parent734b7a0f47d9612f3f64a65c6ae6450c019ed9c8 (diff)
downloadhttpd-0c0a14090af5844ba2edeb57e6040cacfceaf7df.tar.gz
Repurpose test for apr-1.8.x (1.7.x being tested elsewhere already).
ci: Upgrade to latest apr-1.7.4. Merges r1908415, r1909369 trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909370 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.github/workflows/linux.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 86363a3028..2aedf1d51e 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -74,17 +74,17 @@ jobs:
TEST_INSTALL=1
SKIP_TESTING=1
# -------------------------------------------------------------------------
- - name: All-modules, APR 1.7.3, APR-util 1.6.3
+ - name: All-modules, APR 1.7.4, APR-util 1.6.3
config: --enable-mods-shared=reallyall
env: |
- APR_VERSION=1.7.3
+ APR_VERSION=1.7.4
APU_VERSION=1.6.3
APU_CONFIG="--with-crypto --with-ldap"
# -------------------------------------------------------------------------
- - name: APR 1.7.x, APR-util 1.7.x
+ - name: APR 1.8.x, APR-util 1.7.x
config: --enable-mods-shared=reallyall
env: |
- APR_VERSION=1.7.x
+ APR_VERSION=1.8.x
APU_VERSION=1.7.x
APU_CONFIG="--with-crypto --with-ldap"
CLEAR_CACHE=1
@@ -139,11 +139,11 @@ jobs:
TESTS="t/modules/dav.t"
pkgs: litmus
# -------------------------------------------------------------------------
- - name: APR 1.7.3, APR-util 1.6.3, LDAP
+ - name: APR 1.7.4, APR-util 1.6.3, LDAP
config: --enable-mods-shared=reallyall
pkgs: ldap-utils
env: |
- APR_VERSION=1.7.3
+ APR_VERSION=1.7.4
APU_VERSION=1.6.3
APU_CONFIG="--with-crypto --with-ldap"
TEST_MALLOC=1
@@ -184,7 +184,7 @@ jobs:
# config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=all
# pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests
# env: |
- # APR_VERSION=1.7.3
+ # APR_VERSION=1.7.4
# APU_VERSION=1.6.3
# APU_CONFIG="--with-crypto"
# NO_TEST_FRAMEWORK=1
@@ -201,7 +201,7 @@ jobs:
# python3-pytest nghttp2-client python3-cryptography python3-requests python3-filelock
# golang-1.17 curl
# env: |
- # APR_VERSION=1.7.3
+ # APR_VERSION=1.7.4
# APU_VERSION=1.6.3
# APU_CONFIG="--with-crypto"
# GOROOT=/usr/lib/go-1.17
@@ -216,7 +216,7 @@ jobs:
# config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=event
# pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests cargo cbindgen
# env: |
- # APR_VERSION=1.7.3
+ # APR_VERSION=1.7.4
# APU_VERSION=1.6.3
# APU_CONFIG="--with-crypto"
# NO_TEST_FRAMEWORK=1