]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: use ceph repo with tag 42955/head
authorKefu Chai <tchaikov@gmail.com>
Fri, 27 Aug 2021 16:14:55 +0000 (00:14 +0800)
committerKefu Chai <tchaikov@gmail.com>
Fri, 27 Aug 2021 16:14:58 +0000 (00:14 +0800)
commitd7771002ef9a455390aadbcc84287dd9b738c629
tree5178f2c1ad3f819f47eb5d7ed1841fa7003a59e7
parent983fd8ae21608f8d920092f17031fac36a93c71a
cmake: use ceph repo with tag

to address following warning:

fatal: reference is not a tree: 7f02f21f53ccd5e2448086f8e9015489693dd2dc
CMake Error at /home/jenkins-build/build/workspace/ceph-pull-requests/build/fio_ext-prefix/tmp/fio_ext-gitclone.cmake:40 (message):
  Failed to checkout tag: '7f02f21f53ccd5e2448086f8e9015489693dd2dc'

it seems that the shallow option does not work with a sha1 tag option,
let's continue using the ceph repo with a tag.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
cmake/modules/BuildFIO.cmake