]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: set GIT_SHALLOW and UPDATE_DISCONNECTED 37966/head
authorKefu Chai <kchai@redhat.com>
Thu, 5 Nov 2020 16:16:45 +0000 (00:16 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 5 Nov 2020 17:20:25 +0000 (01:20 +0800)
commit3f2a844da447aa5839fac4ab25c3a9698dfc4d9f
tree7f86a7025e54872f898dcc1965b5dc4ba71e9aa1
parenteb81ab4d1c0a61293b79c5e90f87c5e6a746ccf2
cmake: set GIT_SHALLOW and UPDATE_DISCONNECTED

* GIT_SHALLOW=TRUE, so we don't pull the full git history,
  as we don't care about it.
* UPDATE_DISCONNECTED=TRUE, to skip the UPDATE step, this change
  somehow works around
  https://gitlab.kitware.com/cmake/cmake/-/issues/19703. otherwise
  cmake keeps building liburing.

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/AddCephTest.cmake
cmake/modules/Buildpmem.cmake
cmake/modules/Builduring.cmake
src/compressor/brotli/CMakeLists.txt