]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
win32*.sh: use ninja instead of make
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 3 Feb 2021 13:45:14 +0000 (13:45 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 17 Mar 2021 07:09:21 +0000 (07:09 +0000)
commit8a4185e9dddddef92846f75eba275982db1e201c
tree4627e10d9f0e66450e07970365894b4359cd068a
parentee8e1352b300871c3dcca203cba62caa26f22f02
win32*.sh: use ninja instead of make

In order to avoid overcomplicating the ceph cmake files, we're
picking make targets individually.

This is quite inefficient. Ninja can improve the build concurrency,
reducing the build duration by almost 50%.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
(cherry picked from commit fca903f6d6763dde501ddc494a4018b957e37d36)
win32_build.sh