From 6daca12eb0b59d5c25be814e5df84fea32d7be7f Mon Sep 17 00:00:00 2001 From: dengyu Date: Wed, 9 Jul 2025 02:54:38 +0000 Subject: [PATCH] update tests/libvirt-ci-test/install.sh. Add libtirpc-devel dependency package to support compilation and testing of libvirt devel-9.10 branch Signed-off-by: dengyu --- tests/libvirt-ci-test/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libvirt-ci-test/install.sh b/tests/libvirt-ci-test/install.sh index c6795d4..dc779af 100644 --- a/tests/libvirt-ci-test/install.sh +++ b/tests/libvirt-ci-test/install.sh @@ -5,7 +5,7 @@ # WEB_URL= GIT_URL=${PKG_CI_REPO_SOURCE_URL:-"https://gitee.com/anolis/libvirt.git"} BRANCH=${PKG_CI_REPO_SOURCE_BRANCH:-"a8-virt-stream-an"} -DEP_PKG_LIST="git meson gnutls-devel libxml2-devel libxslt rpcgen glib2-devel" +DEP_PKG_LIST="git meson gnutls-devel libxml2-devel libxslt rpcgen glib2-devel libtirpc-devel" build() { -- Gitee