pkgdep/git: Bump fio to 3.28
Older versions of fio depend on raw driver which recently got removed from the linux kernel: git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=603e4922f1c Due to that, these fio versions won't build anymore under latest kernels available, e.g., for fedora (due to missing raw.h from the kernel-headers package). Details here: https://github.com/axboe/fio/commit/382975557 Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: Ie63769395c482f1965c6664e8f5143c71ef80253 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9718 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
parent
c76f45ee87
commit
65f01122b2
@ -195,7 +195,7 @@ function install_rocksdb() {
|
||||
function install_fio() {
|
||||
# This version of fio is installed in /usr/src/fio to enable
|
||||
# building the spdk fio plugin.
|
||||
local fio_version="fio-3.27"
|
||||
local fio_version="fio-3.28"
|
||||
|
||||
if [ ! -d /usr/src/fio ]; then
|
||||
if [ ! -d fio ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user