[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH] build deps: update lcitool to include rust bits
From: |
Manos Pitsidianakis |
Subject: |
Re: [RFC PATCH] build deps: update lcitool to include rust bits |
Date: |
Fri, 12 Jul 2024 16:21:34 +0300 |
Hi Daniel, Alex,
I will pick this patch up with all the reviewed-by trailers for my
next Rust RFC series if that's alright with you,
Manos
On Fri, 12 Jul 2024 at 13:12, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> On Wed, Jul 10, 2024 at 04:43:35PM +0100, Alex Bennée wrote:
> > For rust development we need cargo, rustc and bindgen in our various
> > development environments. Update the libvirt-ci project to (!495) and
> > regenerate the containers and other dependency lists.
> >
> > Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> >
> > ---
> > NB:
> > - this is currently waiting on the upstream MR, but if you manually
> > add the remote
> > https://gitlab.com/stsquad/libvirt-ci/-/tree/more-rust-mappings the
> > submodule update will work.
> > ---
> > .gitlab-ci.d/cirrus/freebsd-13.vars | 2 +-
> > .gitlab-ci.d/cirrus/macos-13.vars | 2 +-
> > .gitlab-ci.d/cirrus/macos-14.vars | 2 +-
> > scripts/ci/setup/ubuntu/ubuntu-2204-aarch64.yaml | 3 +++
> > scripts/ci/setup/ubuntu/ubuntu-2204-s390x.yaml | 3 +++
> > tests/docker/dockerfiles/alpine.docker | 3 +++
> > tests/docker/dockerfiles/centos9.docker | 3 +++
> > tests/docker/dockerfiles/debian-amd64-cross.docker | 4 ++++
> > tests/docker/dockerfiles/debian-arm64-cross.docker | 4 ++++
> > tests/docker/dockerfiles/debian-armel-cross.docker | 4 ++++
> > tests/docker/dockerfiles/debian-armhf-cross.docker | 4 ++++
> > tests/docker/dockerfiles/debian-i686-cross.docker | 4 ++++
> > tests/docker/dockerfiles/debian-mips64el-cross.docker | 4 ++++
> > tests/docker/dockerfiles/debian-mipsel-cross.docker | 4 ++++
> > tests/docker/dockerfiles/debian-ppc64el-cross.docker | 4 ++++
> > tests/docker/dockerfiles/debian-s390x-cross.docker | 4 ++++
> > tests/docker/dockerfiles/debian.docker | 3 +++
> > tests/docker/dockerfiles/fedora-win64-cross.docker | 3 +++
> > tests/docker/dockerfiles/fedora.docker | 3 +++
> > tests/docker/dockerfiles/opensuse-leap.docker | 2 ++
> > tests/docker/dockerfiles/ubuntu2204.docker | 3 +++
> > tests/lcitool/libvirt-ci | 2 +-
> > tests/lcitool/projects/qemu.yml | 3 +++
> > tests/vm/generated/freebsd.json | 2 ++
> > 24 files changed, 71 insertions(+), 4 deletions(-)
>
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
>
>
> With 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 :|
>