[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 21/29] tests/lcitool: bump to latest version of libvirt-ci
From: |
Alex Bennée |
Subject: |
[PATCH v3 21/29] tests/lcitool: bump to latest version of libvirt-ci |
Date: |
Tue, 7 Jan 2025 16:51:59 +0000 |
We will shortly need this to build our riscv64 cross container.
However to keep the delta down just do the bump first. As ccache4 is
now preferred for FreeBSD to get the latest version there is a little
update in the FreeBSD metadata.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
---
.gitlab-ci.d/cirrus/freebsd-14.vars | 2 +-
tests/lcitool/libvirt-ci | 2 +-
tests/vm/generated/freebsd.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitlab-ci.d/cirrus/freebsd-14.vars
b/.gitlab-ci.d/cirrus/freebsd-14.vars
index 0a7ac5e0e1..0997c47af5 100644
--- a/.gitlab-ci.d/cirrus/freebsd-14.vars
+++ b/.gitlab-ci.d/cirrus/freebsd-14.vars
@@ -11,6 +11,6 @@ MAKE='/usr/local/bin/gmake'
NINJA='/usr/local/bin/ninja'
PACKAGING_COMMAND='pkg'
PIP3='/usr/local/bin/pip'
-PKGS='alsa-lib bash bison bzip2 ca_root_nss capstone4 ccache cmocka ctags curl
cyrus-sasl dbus diffutils dtc flex fusefs-libs3 gettext git glib gmake gnutls
gsed gtk-vnc gtk3 json-c libepoxy libffi libgcrypt libjpeg-turbo libnfs
libslirp libspice-server libssh libtasn1 llvm lzo2 meson mtools ncurses nettle
ninja opencv pixman pkgconf png py311-numpy py311-pillow py311-pip py311-pyyaml
py311-sphinx py311-sphinx_rtd_theme py311-tomli python3 rpm2cpio rust
rust-bindgen-cli sdl2 sdl2_image snappy sndio socat spice-protocol tesseract
usbredir virglrenderer vte3 xorriso zstd'
+PKGS='alsa-lib bash bison bzip2 ca_root_nss capstone4 ccache4 cmocka ctags
curl cyrus-sasl dbus diffutils dtc flex fusefs-libs3 gettext git glib gmake
gnutls gsed gtk-vnc gtk3 json-c libepoxy libffi libgcrypt libjpeg-turbo libnfs
libslirp libspice-server libssh libtasn1 llvm lzo2 meson mtools ncurses nettle
ninja opencv pixman pkgconf png py311-numpy py311-pillow py311-pip py311-pyyaml
py311-sphinx py311-sphinx_rtd_theme py311-tomli python3 rpm2cpio rust
rust-bindgen-cli sdl2 sdl2_image snappy sndio socat spice-protocol tesseract
usbredir virglrenderer vte3 xorriso zstd'
PYPI_PKGS=''
PYTHON='/usr/local/bin/python3'
diff --git a/tests/lcitool/libvirt-ci b/tests/lcitool/libvirt-ci
index 9ad3f70bde..b6a65806bc 160000
--- a/tests/lcitool/libvirt-ci
+++ b/tests/lcitool/libvirt-ci
@@ -1 +1 @@
-Subproject commit 9ad3f70bde9865d5ad18f36d256d472e72b5cbf3
+Subproject commit b6a65806bc9b2b56985f5e97c936b77c7e7a99fc
diff --git a/tests/vm/generated/freebsd.json b/tests/vm/generated/freebsd.json
index 3cb7fb7060..81fc38d798 100644
--- a/tests/vm/generated/freebsd.json
+++ b/tests/vm/generated/freebsd.json
@@ -13,7 +13,7 @@
"bzip2",
"ca_root_nss",
"capstone4",
- "ccache",
+ "ccache4",
"cmocka",
"ctags",
"curl",
--
2.39.5
- [PATCH v3 16/29] tests/qtest: remove clock_steps from virtio tests, (continued)
- [PATCH v3 16/29] tests/qtest: remove clock_steps from virtio tests, Alex Bennée, 2025/01/07
- [PATCH v3 15/29] tests/functional/aarch64: add tests for FEAT_RME, Alex Bennée, 2025/01/07
- [PATCH v3 27/29] pc-bios: ensure keymaps dependencies set vnc tests, Alex Bennée, 2025/01/07
- [PATCH v3 14/29] tests/functional: update the x86_64 tuxrun tests, Alex Bennée, 2025/01/07
- [PATCH v3 25/29] tests/vm: partially un-tabify help output, Alex Bennée, 2025/01/07
- [PATCH v3 22/29] tests/docker: move riscv64 cross container from sid to trixie, Alex Bennée, 2025/01/07
- [PATCH v3 28/29] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker, Alex Bennée, 2025/01/07
- [PATCH v3 24/29] tests/vm: fix build_path based path, Alex Bennée, 2025/01/07
- [PATCH v3 29/29] MAINTAINERS: Remove myself from reviewers, Alex Bennée, 2025/01/07
- [PATCH v3 21/29] tests/lcitool: bump to latest version of libvirt-ci,
Alex Bennée <=
- [PATCH v3 17/29] system/qtest: properly feedback results of clock_[step|set], Alex Bennée, 2025/01/07
- [PATCH v3 23/29] tests/lcitool: remove temp workaround for debian mips64el, Alex Bennée, 2025/01/07
- [PATCH v3 19/29] tests/functional: add zstd support to uncompress utility, Alex Bennée, 2025/01/07
- [PATCH v3 20/29] tests/functional: extend test_aarch64_virt with vulkan test, Alex Bennée, 2025/01/07
- [PATCH v3 18/29] tests/functional: remove hacky sleep from the tests, Alex Bennée, 2025/01/07