]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: use upstream repo for fio
authorKefu Chai <tchaikov@gmail.com>
Thu, 26 Aug 2021 15:57:00 +0000 (23:57 +0800)
committerTim Serong <tserong@suse.com>
Fri, 19 Aug 2022 07:39:51 +0000 (17:39 +1000)
this change partially reverts 10baab3fc8293b8c30ca90a4acd76f70d011f1b5,
but since the fix for C++ build is not included by any tag or branche so
far. let's just use the sha1 for now.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit b65d0747b57ad9a32030ed49322f028c449a1d5f)

cmake/modules/BuildFIO.cmake

index 8a466c61a446eee3497c44795667cb489f954762..dcd2f312dd9e8bedf35661e7a677c2162baf08a6 100644 (file)
@@ -13,10 +13,10 @@ function(build_fio)
   file(MAKE_DIRECTORY ${source_dir})
   ExternalProject_Add(fio_ext
     UPDATE_COMMAND "" # this disables rebuild on each run
-    GIT_REPOSITORY "https://github.com/ceph/fio.git"
+    GIT_REPOSITORY "https://github.com/axboe/fio.git"
     GIT_CONFIG advice.detachedHead=false
     GIT_SHALLOW 1
-    GIT_TAG "quincy-with-cxx"
+    GIT_TAG "7f02f21f53ccd5e2448086f8e9015489693dd2dc"
     SOURCE_DIR ${source_dir}
     BUILD_IN_SOURCE 1
     CONFIGURE_COMMAND <SOURCE_DIR>/configure