From ea03551716a53130cddcd916ecfc264f5ec3d05a Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Fri, 23 Jul 2021 10:36:43 +0200 Subject: [PATCH] pkgdep/git: Update ice driver to the latest release 1.6.4 This is done since previous version is not compiling anymore under latest fedora33. Signed-off-by: Michal Berger Change-Id: I8f65d5e47af81f01221eb8699c3323c3f8099f38 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8916 Reviewed-by: Aleksey Marchuk Reviewed-by: Tomasz Zawadzki Reviewed-by: Ziye Yang Reviewed-by: Karol Latecki Tested-by: SPDK CI Jenkins Community-CI: Broadcom CI --- test/common/config/pkgdep/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index 2dd972815..c2e6c817c 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -532,7 +532,7 @@ function install_sources() { GIT_VERSION=2.25.1 IRDMA_VERSION=1.5.2 -ICE_VERSION=1.4.11 +ICE_VERSION=1.6.4 SPDK_QEMU_BRANCH=${SPDK_QEMU_BRANCH:-spdk-5.0.0} VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-v0.9} VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v6.0.0}