diff options
author | Yann Ylavic <ylavic@apache.org> | 2023-04-23 22:53:20 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2023-04-23 22:53:20 +0200 |
commit | 85b3bb415fb3b2ad8b0d8508c9bb6651bcfc503e (patch) | |
tree | 8e3a1dae6d8e7940c892655c5bd8eb16fc5f1275 /.github | |
parent | Follow up to r1909356: c89/style fix. (diff) | |
download | apache2-85b3bb415fb3b2ad8b0d8508c9bb6651bcfc503e.tar.xz apache2-85b3bb415fb3b2ad8b0d8508c9bb6651bcfc503e.zip |
ci: Upgrade to latest apr-1.7.4.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909369 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ed0e015663..89abc69a25 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -74,10 +74,10 @@ 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" # ------------------------------------------------------------------------- @@ -148,11 +148,11 @@ jobs: BUILDCONFIG="--with-regen-expr" MFLAGS= # ------------------------------------------------------------------------- - - 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 @@ -201,7 +201,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 @@ -218,7 +218,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 @@ -232,7 +232,7 @@ jobs: config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=event pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests python3-multipart 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 |