Skip to content

Commit 82dc9a9

Browse files
committed
CI: Further fixes for ubuntu-latest image updates on GitHub Actions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921310 13f79535-47bb-0310-9956-ffa450edef68
1 parent e6eb73b commit 82dc9a9

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/linux.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ jobs:
6767
env: |
6868
TEST_ARGS=-order=random
6969
# -------------------------------------------------------------------------
70-
- name: GCC 10 maintainer-mode w/-Werror, install + VPATH
70+
- name: GCC 14 maintainer-mode w/-Werror, install + VPATH
7171
config: --enable-mods-shared=reallyall --enable-maintainer-mode
7272
notest-cflags: -Werror -O2
7373
env: |
74-
CC=gcc-10
74+
CC=gcc-14
7575
TEST_VPATH=1
7676
TEST_INSTALL=1
7777
SKIP_TESTING=1
@@ -279,6 +279,7 @@ jobs:
279279
APR_VERSION=1.7.4
280280
APU_VERSION=1.6.3
281281
APU_CONFIG="--without-crypto"
282+
pkgs: subversion
282283
# -------------------------------------------------------------------------
283284
- name: OpenSSL 3.2 -Werror
284285
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
@@ -288,6 +289,7 @@ jobs:
288289
APR_VERSION=1.7.4
289290
APU_VERSION=1.6.3
290291
APU_CONFIG="--without-crypto"
292+
pkgs: subversion
291293
# -------------------------------------------------------------------------
292294
- name: OpenSSL 3.2 no-engine
293295
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
@@ -297,6 +299,7 @@ jobs:
297299
APR_VERSION=1.7.4
298300
APU_VERSION=1.6.3
299301
APU_CONFIG="--without-crypto"
302+
pkgs: subversion
300303
# -------------------------------------------------------------------------
301304
- name: OpenSSL 3.3 no-engine -Werror
302305
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
@@ -307,6 +310,7 @@ jobs:
307310
APR_VERSION=1.7.4
308311
APU_VERSION=1.6.3
309312
APU_CONFIG="--without-crypto"
313+
pkgs: subversion
310314
# -------------------------------------------------------------------------
311315
runs-on: ubuntu-latest
312316
timeout-minutes: 30
@@ -356,5 +360,6 @@ jobs:
356360
if: failure()
357361
with:
358362
name: error_log-${{ env.JOBID }}
359-
path: test/perl-framework/t/logs/error_log
360-
363+
path: |
364+
**/config.log
365+
test/perl-framework/t/logs/error_log

0 commit comments

Comments
 (0)