diff options
author | Igor Fedotov <ifedotov@suse.com> | 2019-11-11 23:19:29 +0100 |
---|---|---|
committer | Igor Fedotov <ifedotov@suse.com> | 2019-11-12 00:24:45 +0100 |
commit | 710e5da85b3066247f2541c88127a28e1ce5fa08 (patch) | |
tree | e0f88db51eaacd86cb2f510912ce76092a4d5b27 /cmake | |
parent | Merge PR #31540 into master (diff) | |
download | ceph-710e5da85b3066247f2541c88127a28e1ce5fa08.tar.xz ceph-710e5da85b3066247f2541c88127a28e1ce5fa08.zip |
test/fio: bump to fio 3.15
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/BuildFIO.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/BuildFIO.cmake b/cmake/modules/BuildFIO.cmake index 55c40a3a059..28e7ebfca77 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 <SOURCE_DIR>/configure |