]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: sync up with upstream FIO 23231/head
authorKefu Chai <kchai@redhat.com>
Wed, 25 Jul 2018 14:47:18 +0000 (22:47 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 25 Jul 2018 14:47:20 +0000 (22:47 +0800)
to pick up the change to FTBFS with C++ engine.

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

index fb504f4ab9d3f4332390099aa2bd442dd0e14c36..31e44e08ba8fa790d9e70df43eec09385fb74fa6 100644 (file)
@@ -6,7 +6,7 @@ function(build_fio)
     DOWNLOAD_DIR ${CMAKE_BINARY_DIR}/src/
     UPDATE_COMMAND "" # this disables rebuild on each run
     GIT_REPOSITORY "https://github.com/axboe/fio.git"
-    GIT_TAG "540e235dcd276e63c57ca4bd35f70a0651e2d00e"
+    GIT_TAG "bf0b7e75c1ccca4026c8880ed8a76fc7ef85f2f3"
     SOURCE_DIR ${CMAKE_BINARY_DIR}/src/fio
     BUILD_IN_SOURCE 1
     CONFIGURE_COMMAND <SOURCE_DIR>/configure