]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1921310, r1922412 from trunk: [CTR for CI changes]
authorJoe Orton <jorton@apache.org>
Thu, 12 Dec 2024 17:54:24 +0000 (17:54 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 12 Dec 2024 17:54:24 +0000 (17:54 +0000)
CI: Further fixes for ubuntu-latest image updates on GitHub Actions.

CI: Switch down to GCC 12, the ubuntu-latest image is not consistently
an Ubuntu 24.04 environment yet, this version should be available in
both the -22.04 and -24.04 images.

Github: closes #498

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1922457 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 592002ca99f48f504fb45bf50d95e0218e745bfd..8f811382f12e449c3ed57d7a2d4684cff1c529ef 100644 (file)
@@ -67,11 +67,11 @@ jobs:
             env: |
               TEST_ARGS=-order=random
           # -------------------------------------------------------------------------
-          - name: GCC 10 maintainer-mode w/-Werror, install + VPATH
+          - name: GCC 12 maintainer-mode w/-Werror, install + VPATH
             config: --enable-mods-shared=reallyall --enable-maintainer-mode
             notest-cflags: -Werror -O2
             env: |
-              CC=gcc-10
+              CC=gcc-12
               TEST_VPATH=1
               TEST_INSTALL=1
               SKIP_TESTING=1
@@ -292,5 +292,6 @@ jobs:
       if: failure()
       with:
         name: error_log-${{ env.JOBID }}
-        path: test/perl-framework/t/logs/error_log
-
+        path: |
+          **/config.log
+          test/perl-framework/t/logs/error_log