Project

Profile

Help

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...

Feature #903504

closed

CI: Drop confused '-j$(nproc)" from msys2 build

Added by Marko Lindqvist over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Category:
Bootstrap
Sprint/Milestone:
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

Actions #2

Updated by Marko Lindqvist over 2 years ago

  • Status changed from Resolved to Closed
  • Assignee set to Marko Lindqvist

Also available in: Atom PDF