]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: use upstream repo for fio 42934/head
authorKefu Chai <tchaikov@gmail.com>
Thu, 26 Aug 2021 15:57:00 +0000 (23:57 +0800)
committerKefu Chai <tchaikov@gmail.com>
Thu, 26 Aug 2021 15:58:25 +0000 (23:58 +0800)
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>
cmake/modules/BuildFIO.cmake

index 3cbb0a28fe3027a47db8d9f757f843979fd6c932..4b07e6816cd561813f3843250477d27205556687 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