We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3817732 commit b919e36Copy full SHA for b919e36
.github/workflows/linux.yml
@@ -67,11 +67,11 @@ jobs:
67
env: |
68
TEST_ARGS=-order=random
69
# -------------------------------------------------------------------------
70
- - name: GCC 10 maintainer-mode w/-Werror, install + VPATH
+ - name: GCC 14 maintainer-mode w/-Werror, install + VPATH
71
config: --enable-mods-shared=reallyall --enable-maintainer-mode
72
notest-cflags: -Werror -O2
73
74
- CC=gcc-10
+ CC=gcc-14
75
TEST_VPATH=1
76
TEST_INSTALL=1
77
SKIP_TESTING=1
@@ -292,5 +292,6 @@ jobs:
292
if: failure()
293
with:
294
name: error_log-${{ env.JOBID }}
295
- path: test/perl-framework/t/logs/error_log
296
-
+ path: |
+ **/config.log
297
+ test/perl-framework/t/logs/error_log
0 commit comments