HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Actions
Feature #903504
closedCI: Drop confused '-j$(nproc)" from msys2 build
Start date:
Due date:
% Done:
0%
Estimated time:
Description
CI msys2 build has "make -j$(nproc) snapshot" to build installers. "-j$(nproc)" does not really make sense there. It's the recursive execution of make to compile freeciv as part of constructing the installer package where the concurrency needs to take place - and by default it does. The default for 'make snapshot' is to call compiling with 'make -j$(nproc)', so the CI script need not to do anything in this respect.
Clean this out.
Files
Updated by Marko Lindqvist over 2 years ago
- File 0039-CI-Drop-confused-j-nproc-from-msys2-installer-build.patch 0039-CI-Drop-confused-j-nproc-from-msys2-installer-build.patch added
- Status changed from In Progress to Resolved
Updated by Marko Lindqvist over 2 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist
Actions