+1
−1
Loading
I used the nasm with unstable version while compiling SPDK with ISA-L. And when running nasm -v, it shows: NASM version 2.16rc0 compiled on May 27 2021 So the version checking in the script is not correct, it will get "2.16rc0", but not "2.16". Then the version comparison will fail. This patch will fix such issue when users use an unstable nasm and it also works for the stable version. Change-Id: I950458f681642d7e1f5fc69acf2ced2e1342c9cf Signed-off-by:Ziye Yang <ziye.yang@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8082 Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot