mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-09-12 04:26:25 +00:00
b4dd8141775e6a7f1fd96cfefcc4535f0cbcb6cd
The build looped over codenames serially per host, so a 4-codename matrix was 2 parallel streams (one per arch/host) rather than 8. Fork one child per codename (core Perl fork(), no extra module), each building in its own <codename>-<arch>-sbuild chroot; default is all codenames in parallel (--parallel-targets N caps it, 1 = serial, --dry-run stays serial). With the two arches on their two hosts that yields 8 concurrent build streams, 4 per host. Any codename's failure fails the run. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>
Description
No description provided
Languages
C
89%
Perl
6.7%
Assembly
1.4%
JavaScript
0.8%
Makefile
0.6%
Other
1.4%