diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index 7e6a65307..3dc2cab07 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -299,7 +299,7 @@ function install_nvmecli() { if [[ ! -d $GIT_REPOS/nvme-cli-cuse ]]; then git clone "https://github.com/linux-nvme/nvme-cli.git" "$GIT_REPOS/nvme-cli-cuse" fi - git -C "$GIT_REPOS/nvme-cli-cuse" checkout "e770466615096a6d41f038a28819b00bc3078e1d" + git -C "$GIT_REPOS/nvme-cli-cuse" checkout v1.14 make -C "$GIT_REPOS/nvme-cli-cuse" CPPFLAGS="-Wno-error=maybe-uninitialized" sudo mv "$GIT_REPOS/nvme-cli-cuse" /usr/local/src/nvme-cli fi