]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: use ceph repo with tag
authorKefu Chai <tchaikov@gmail.com>
Fri, 27 Aug 2021 16:14:55 +0000 (00:14 +0800)
committerTim Serong <tserong@suse.com>
Fri, 19 Aug 2022 07:39:51 +0000 (17:39 +1000)
commit9d98a475498753aebd1831f046dd67b826bc2261
treec0d3684284499524575dd86f2377eee4290891d8
parentddf6e61f8e7da35dc2341503acb0f5363b4c4385
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>
(cherry picked from commit d7771002ef9a455390aadbcc84287dd9b738c629)
cmake/modules/BuildFIO.cmake