@@ -67,11 +67,11 @@ jobs:
67
67
env : |
68
68
TEST_ARGS=-order=random
69
69
# -------------------------------------------------------------------------
70
- - name : GCC 10 maintainer-mode w/-Werror, install + VPATH
70
+ - name : GCC 14 maintainer-mode w/-Werror, install + VPATH
71
71
config : --enable-mods-shared=reallyall --enable-maintainer-mode
72
72
notest-cflags : -Werror -O2
73
73
env : |
74
- CC=gcc-10
74
+ CC=gcc-14
75
75
TEST_VPATH=1
76
76
TEST_INSTALL=1
77
77
SKIP_TESTING=1
@@ -279,6 +279,7 @@ jobs:
279
279
APR_VERSION=1.7.4
280
280
APU_VERSION=1.6.3
281
281
APU_CONFIG="--without-crypto"
282
+ pkgs : subversion
282
283
# -------------------------------------------------------------------------
283
284
- name : OpenSSL 3.2 -Werror
284
285
config : --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
@@ -288,6 +289,7 @@ jobs:
288
289
APR_VERSION=1.7.4
289
290
APU_VERSION=1.6.3
290
291
APU_CONFIG="--without-crypto"
292
+ pkgs : subversion
291
293
# -------------------------------------------------------------------------
292
294
- name : OpenSSL 3.2 no-engine
293
295
config : --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
@@ -297,6 +299,7 @@ jobs:
297
299
APR_VERSION=1.7.4
298
300
APU_VERSION=1.6.3
299
301
APU_CONFIG="--without-crypto"
302
+ pkgs : subversion
300
303
# -------------------------------------------------------------------------
301
304
- name : OpenSSL 3.3 no-engine -Werror
302
305
config : --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
@@ -307,6 +310,7 @@ jobs:
307
310
APR_VERSION=1.7.4
308
311
APU_VERSION=1.6.3
309
312
APU_CONFIG="--without-crypto"
313
+ pkgs : subversion
310
314
# -------------------------------------------------------------------------
311
315
runs-on : ubuntu-latest
312
316
timeout-minutes : 30
@@ -356,5 +360,6 @@ jobs:
356
360
if : failure()
357
361
with :
358
362
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