From: Igor Fedotov Date: Mon, 11 Nov 2019 22:19:29 +0000 (+0300) Subject: test/fio: bump to fio 3.15 X-Git-Tag: v14.2.10~43^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35028%2Fhead;p=ceph.git test/fio: bump to fio 3.15 Signed-off-by: Igor Fedotov (cherry picked from commit 710e5da85b3066247f2541c88127a28e1ce5fa08) --- diff --git a/cmake/modules/BuildFIO.cmake b/cmake/modules/BuildFIO.cmake index 55c40a3a059e..28e7ebfca774 100644 --- a/cmake/modules/BuildFIO.cmake +++ b/cmake/modules/BuildFIO.cmake @@ -9,7 +9,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 "fio-3.10" + GIT_TAG "fio-3.15" SOURCE_DIR ${CMAKE_BINARY_DIR}/src/fio BUILD_IN_SOURCE 1 CONFIGURE_COMMAND /configure