[Git][qa/jenkins.debian.net][master] d-i: Build the manual with less cores
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jul 27 08:06:21 BST 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
3e63807b by Roland Clobus at 2026-07-27T09:06:15+02:00
d-i: Build the manual with less cores
When using all 48 available cores, a race condition deletes some files
which are needed by another process running in parallel.
(cherry picked from commit d52274c3d53d99e5e68d9f6e0b8fdd836e58eddb)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/d-i_manual.sh
Changes:
=====================================
bin/d-i_manual.sh
=====================================
@@ -64,7 +64,9 @@ EOF
# build
#
cd manual
- NUM_CPU=$(nproc)
+ # When building with 48 cores, a race condition occurs
+ # Use a (much) lower number
+ NUM_CPU=$(OMP_THREAD_LIMIT=8 nproc)
pdebuild --use-pdebuild-internal --debbuildopts "-J$NUM_CPU" -- --http-proxy $http_proxy
#
# publish and cleanup
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3e63807b0c7bbc17ad97de978dd847a8df9193b2
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3e63807b0c7bbc17ad97de978dd847a8df9193b2
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260727/2ac92127/attachment.htm>
More information about the Qa-jenkins-scm
mailing list