[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH] build deps: update lcitool to include rust bits
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [RFC PATCH] build deps: update lcitool to include rust bits |
Date: |
Fri, 12 Jul 2024 11:09:32 +0200 |
User-agent: |
Mozilla Thunderbird |
On 10/7/24 17:43, 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.
Branch not existing, I suppose because !495 got merged.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
.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(-)