Loading
test/common: Check NASM version from within get_config_params()
This is done to avoid conflicting parameters being passed to ./configure via get_config_params(). Originally, if all previous conditions were met, get_config_params() would return "--with-reduce" in the string. ./configure would lookup the NASM version on its own and disable the --with-reduce and --with-isal parameters. However, --with-reduce would be set again by ./configure while looking up the cmdline. This would end up with --with-reduce and --without-isal being set together, failing the configuration. Change-Id: I81fa1dfd4bc5b41b82525e911b1c75fc7e15fd14 Signed-off-by:Michal Berger <michalx.berger@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5003 Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>