pkgdep/git: Disable fio in the refspdk builds
This allows us to remove the fio patch needed for the current LTS. Signed-off-by: Michal Berger <michalx.berger@intel.com> Change-Id: If6a73669842179ced94f857557e6bf594aaddfb7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9784 Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
This commit is contained in:
parent
4f9ef50850
commit
86f428c922
@ -81,14 +81,14 @@ function install_refspdk() {
|
||||
# Prepare separate, fixed, cmdline for the FreeBSD, Issue #1397.
|
||||
if [[ $OSID == freebsd ]]; then
|
||||
config_params="--enable-debug"
|
||||
config_params+=" --without-isal --with-fio=/usr/src/fio"
|
||||
config_params+=" --without-isal"
|
||||
config_params+=" --with-idxd --disable-unit-tests"
|
||||
|
||||
MAKE=gmake
|
||||
else
|
||||
config_params="$(get_config_params)"
|
||||
fi
|
||||
$output_dir/configure $(echo $config_params | sed 's/--enable-coverage//g')
|
||||
$output_dir/configure $(echo $config_params | sed 's/--enable-coverage//g') --without-fio
|
||||
if [[ $OSID != freebsd ]]; then
|
||||
$MAKE -C $output_dir $MAKEFLAGS include/spdk/config.h
|
||||
CONFIG_OCF_PATH="$output_dir/ocf" $MAKE -C $output_dir/lib/env_ocf $MAKEFLAGS exportlib O=$output_dir/ocf.a
|
||||
|
Loading…
Reference in New Issue
Block a user