v2.1-0002-ci-Run-headerscheck-and-cplusplucheck-in-parall.patch
text/plain
Filename: v2.1-0002-ci-Run-headerscheck-and-cplusplucheck-in-parall.patch
Type: text/plain
Part: 2
Message:
Re: headerscheck ccache support
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v2-0002
Subject: ci: Run headerscheck and cplusplucheck in parallel
| File | + | − |
|---|---|---|
| .cirrus.tasks.yml | 1 | 3 |
From 0a580cb2e58dcc257978d5cc20528f2e4a315880 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter@eisentraut.org>
Date: Fri, 28 Nov 2025 12:21:31 +0100
Subject: [PATCH v2.1 2/3] ci: Run headerscheck and cplusplucheck in parallel
---
.cirrus.tasks.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml
index 038d043d00e..69224fcfec7 100644
--- a/.cirrus.tasks.yml
+++ b/.cirrus.tasks.yml
@@ -1015,9 +1015,7 @@ task:
--quiet \
CC="ccache gcc" CXX="ccache g++" CLANG="ccache clang"
make -s -j${BUILD_JOBS} clean
- time make -s headerscheck EXTRAFLAGS='-fmax-errors=10'
- headers_cpluspluscheck_script: |
- time make -s cpluspluscheck EXTRAFLAGS='-fmax-errors=10'
+ time make -s -j${BUILD_JOBS} -k -Otarget headerscheck cpluspluscheck EXTRAFLAGS='-fmax-errors=10'
always:
upload_caches: ccache
--
2.52.0