[PATCH] ci: regenerate container from manifest

This removes the libnetcf-dev package from Debian Sid, as it is no longer available in that distro stream. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- * Pushed as a CI build fix ci/containers/debian-sid.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/containers/debian-sid.Dockerfile b/ci/containers/debian-sid.Dockerfile index d8667c5f1b..16dd6cc587 100644 --- a/ci/containers/debian-sid.Dockerfile +++ b/ci/containers/debian-sid.Dockerfile @@ -46,7 +46,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ libglusterfs-dev \ libgnutls28-dev \ libiscsi-dev \ - libnetcf-dev \ libnl-3-dev \ libnl-route-3-dev \ libnuma-dev \ -- 2.31.1

On Mon, 2021-10-25 at 12:46 +0100, Daniel P. Berrangé wrote:
This removes the libnetcf-dev package from Debian Sid, as it is no longer available in that distro stream.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> ---
* Pushed as a CI build fix
ci/containers/debian-sid.Dockerfile | 1 - 1 file changed, 1 deletion(-)
diff --git a/ci/containers/debian-sid.Dockerfile b/ci/containers/debian-sid.Dockerfile index d8667c5f1b..16dd6cc587 100644 --- a/ci/containers/debian-sid.Dockerfile +++ b/ci/containers/debian-sid.Dockerfile @@ -46,7 +46,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ libglusterfs-dev \ libgnutls28-dev \ libiscsi-dev \ - libnetcf-dev \ libnl-3-dev \ libnl-route-3-dev \ libnuma-dev \
libnetcf-dev has also been removed from Debian Testing (Bookworm / 11-to-be). Reviewed-by: Tim Wiederhake <twiederh@redhat.com>

On Mon, Oct 25, 2021 at 02:06:16PM +0200, Tim Wiederhake wrote:
On Mon, 2021-10-25 at 12:46 +0100, Daniel P. Berrangé wrote:
This removes the libnetcf-dev package from Debian Sid, as it is no longer available in that distro stream.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> ---
* Pushed as a CI build fix
ci/containers/debian-sid.Dockerfile | 1 - 1 file changed, 1 deletion(-)
diff --git a/ci/containers/debian-sid.Dockerfile b/ci/containers/debian-sid.Dockerfile index d8667c5f1b..16dd6cc587 100644 --- a/ci/containers/debian-sid.Dockerfile +++ b/ci/containers/debian-sid.Dockerfile @@ -46,7 +46,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ libglusterfs-dev \ libgnutls28-dev \ libiscsi-dev \ - libnetcf-dev \ libnl-3-dev \ libnl-route-3-dev \ libnuma-dev \
libnetcf-dev has also been removed from Debian Testing (Bookworm / 11-to-be).
FWIW, we don't track that as a separate distro in libvirt-ci just now. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
participants (2)
-
Daniel P. Berrangé
-
Tim Wiederhake