[PATCH] ci: regenerate with 'lcitool manifest'

Daniel P. Berrangé via Devel posted 1 patch 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250804104841.173920-1-berrange@redhat.com
ci/buildenv/debian-sid-cross-armv7l.sh           | 1 -
ci/containers/debian-sid-cross-armv7l.Dockerfile | 1 -
2 files changed, 2 deletions(-)
[PATCH] ci: regenerate with 'lcitool manifest'
Posted by Daniel P. Berrangé via Devel 1 month ago
From: Daniel P. Berrangé <berrange@redhat.com>

This pulls in the fix for libxen which has been removed from armv7
in Debian sid.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---

Pending: https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/537

 ci/buildenv/debian-sid-cross-armv7l.sh           | 1 -
 ci/containers/debian-sid-cross-armv7l.Dockerfile | 1 -
 2 files changed, 2 deletions(-)

diff --git a/ci/buildenv/debian-sid-cross-armv7l.sh b/ci/buildenv/debian-sid-cross-armv7l.sh
index e014b3dd0f..3d662d73ed 100644
--- a/ci/buildenv/debian-sid-cross-armv7l.sh
+++ b/ci/buildenv/debian-sid-cross-armv7l.sh
@@ -77,7 +77,6 @@ function install_buildenv() {
             libssh2-1-dev:armhf \
             libtirpc-dev:armhf \
             libudev-dev:armhf \
-            libxen-dev:armhf \
             libxml2-dev:armhf \
             systemtap-sdt-dev:armhf
     mkdir -p /usr/local/share/meson/cross
diff --git a/ci/containers/debian-sid-cross-armv7l.Dockerfile b/ci/containers/debian-sid-cross-armv7l.Dockerfile
index e6118a0d9b..5aaf29d22a 100644
--- a/ci/containers/debian-sid-cross-armv7l.Dockerfile
+++ b/ci/containers/debian-sid-cross-armv7l.Dockerfile
@@ -88,7 +88,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       libssh2-1-dev:armhf \
                       libtirpc-dev:armhf \
                       libudev-dev:armhf \
-                      libxen-dev:armhf \
                       libxml2-dev:armhf \
                       systemtap-sdt-dev:armhf && \
     eatmydata apt-get autoremove -y && \
-- 
2.50.1
Re: [PATCH] ci: regenerate with 'lcitool manifest'
Posted by Pavel Hrdina via Devel 1 month ago
On Mon, Aug 04, 2025 at 11:48:41AM +0100, Daniel P. Berrangé via Devel wrote:
> From: Daniel P. Berrangé <berrange@redhat.com>
> 
> This pulls in the fix for libxen which has been removed from armv7
> in Debian sid.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> 
> Pending: https://gitlab.com/libvirt/libvirt-ci/-/merge_requests/537
> 
>  ci/buildenv/debian-sid-cross-armv7l.sh           | 1 -
>  ci/containers/debian-sid-cross-armv7l.Dockerfile | 1 -
>  2 files changed, 2 deletions(-)

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>