]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/docker: add coreutils to the package list
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 17 Nov 2025 11:55:09 +0000 (11:55 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 17 Nov 2025 15:51:00 +0000 (15:51 +0000)
We need coreutils to run the IO tests so we need to include it in the
package list. Now we have the latest libvirt we can do that.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20251117115523.3993105-5-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
24 files changed:
.gitlab-ci.d/cirrus/freebsd-14.vars
.gitlab-ci.d/cirrus/macos-14.vars
scripts/ci/setup/debian/debian-13-ppc64le.yaml
scripts/ci/setup/ubuntu/ubuntu-2404-aarch64.yaml
scripts/ci/setup/ubuntu/ubuntu-2404-s390x.yaml
tests/docker/dockerfiles/alpine.docker
tests/docker/dockerfiles/centos9.docker
tests/docker/dockerfiles/debian-amd64-cross.docker
tests/docker/dockerfiles/debian-arm64-cross.docker
tests/docker/dockerfiles/debian-armhf-cross.docker
tests/docker/dockerfiles/debian-i686-cross.docker
tests/docker/dockerfiles/debian-mips64el-cross.docker
tests/docker/dockerfiles/debian-mipsel-cross.docker
tests/docker/dockerfiles/debian-ppc64el-cross.docker
tests/docker/dockerfiles/debian-riscv64-cross.docker
tests/docker/dockerfiles/debian-s390x-cross.docker
tests/docker/dockerfiles/debian.docker
tests/docker/dockerfiles/fedora-rust-nightly.docker
tests/docker/dockerfiles/fedora-win64-cross.docker
tests/docker/dockerfiles/fedora.docker
tests/docker/dockerfiles/opensuse-leap.docker
tests/docker/dockerfiles/ubuntu2204.docker
tests/lcitool/projects/qemu.yml
tests/vm/generated/freebsd.json

index 19ca0d36638ce8b8c38e1861ea84b0b561eb5f1d..6477440ef30f0e5909333d1c824afd73e9116660 100644 (file)
@@ -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 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 vulkan-tools xorriso zstd'
+PKGS='alsa-lib bash bison bzip2 ca_root_nss capstone4 ccache4 cmocka coreutils 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 vulkan-tools xorriso zstd'
 PYPI_PKGS=''
 PYTHON='/usr/local/bin/python3'
index b039465f56f252a3d73209c59d5a3bac1c103ba7..4701c388e14f09683c527ac183128d2f7e9f51f5 100644 (file)
@@ -11,6 +11,6 @@ MAKE='/opt/homebrew/bin/gmake'
 NINJA='/opt/homebrew/bin/ninja'
 PACKAGING_COMMAND='brew'
 PIP3='/opt/homebrew/bin/pip3'
-PKGS='bash bc bindgen bison bzip2 capstone ccache cmocka ctags curl dbus diffutils dtc flex gcovr gettext git glib gnu-sed gnutls gtk+3 gtk-vnc jemalloc jpeg-turbo json-c libcbor libepoxy libffi libgcrypt libiscsi libnfs libpng libslirp libssh libtasn1 libusb llvm lzo make meson mtools ncurses nettle ninja pixman pkg-config python3 rpm2cpio rust sdl2 sdl2_image snappy socat sparse spice-protocol swtpm tesseract usbredir vde vte3 vulkan-tools xorriso zlib zstd'
+PKGS='bash bc bindgen bison bzip2 capstone ccache cmocka coreutils ctags curl dbus diffutils dtc flex gcovr gettext git glib gnu-sed gnutls gtk+3 gtk-vnc jemalloc jpeg-turbo json-c libcbor libepoxy libffi libgcrypt libiscsi libnfs libpng libslirp libssh libtasn1 libusb llvm lzo make meson mtools ncurses nettle ninja pixman pkg-config python3 rpm2cpio rust sdl2 sdl2_image snappy socat sparse spice-protocol swtpm tesseract usbredir vde vte3 vulkan-tools xorriso zlib zstd'
 PYPI_PKGS='PyYAML numpy pillow sphinx sphinx-rtd-theme tomli'
 PYTHON='/opt/homebrew/bin/python3'
index e29c9c18403cae38d4a363988461aeff6ad786db..25d96cea4606886e14a6c2ff7a37710b7524d648 100644 (file)
@@ -14,6 +14,7 @@ packages:
   - ca-certificates
   - ccache
   - clang
+  - coreutils
   - dbus
   - debianutils
   - diffutils
index d303411391fe3785e2cc95cf194f8000073a3b6e..6a72eabca9e2befd4cc8c60161a49ab8db497b2b 100644 (file)
@@ -14,6 +14,7 @@ packages:
   - ca-certificates
   - ccache
   - clang
+  - coreutils
   - dbus
   - debianutils
   - diffutils
index 4ee8630cc43b8e32f4a16df695c8adfcdf081f1f..6001da12504b61feb502c8e7d015f503cc1c69d6 100644 (file)
@@ -14,6 +14,7 @@ packages:
   - ca-certificates
   - ccache
   - clang
+  - coreutils
   - dbus
   - debianutils
   - diffutils
index 1da375c9158012dbe68868fde5b2bfc2c5b80f46..03dd6851f60e405c6bbe37ed93c536c6670bf948 100644 (file)
@@ -22,6 +22,7 @@ RUN apk update && \
         ceph-dev \
         clang \
         cmocka-dev \
+        coreutils \
         ctags \
         curl-dev \
         cyrus-sasl-dev \
index ff3e8069b45bc878c7379e11c2b870198ba13bcd..670e22be5adb624e142e0f0bff0faa2cc0396d67 100644 (file)
@@ -26,6 +26,7 @@ RUN dnf distro-sync -y && \
         ccache \
         clang \
         compiler-rt \
+        coreutils-single \
         ctags \
         cyrus-sasl-devel \
         daxctl-devel \
index c38ab8247d52355fe3417cae52230f286f511615..c386b658b041ad3444c53a55aa0349ed4eee756e 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       bzip2 \
                       ca-certificates \
                       ccache \
+                      coreutils \
                       dbus \
                       debianutils \
                       diffutils \
index 2f62da0f5eb0bcb3c4238918c368a978fbdbbbe4..9d83ab7a32ed4495eb658a4187e8bbb2c1c02405 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       bzip2 \
                       ca-certificates \
                       ccache \
+                      coreutils \
                       dbus \
                       debianutils \
                       diffutils \
index 62e297f5d1201775bfbd5ac228fc2b00cea5da8a..c2077ec7a2c9db82f9a2efed6cfff4347540ef9a 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       bzip2 \
                       ca-certificates \
                       ccache \
+                      coreutils \
                       dbus \
                       debianutils \
                       diffutils \
index eb9a915d4928fd54cc9d41254eadf0f37636c71d..db9f04ee93d43fe1bf7d3623c4b3b7bf1350a0b9 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       bzip2 \
                       ca-certificates \
                       ccache \
+                      coreutils \
                       dbus \
                       debianutils \
                       diffutils \
index 42e8444d1530692d1f1c61577309c49d8cb3a818..7758afd80aaf052eb50116e84b613c9f9bc1565a 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       bzip2 \
                       ca-certificates \
                       ccache \
+                      coreutils \
                       dbus \
                       debianutils \
                       diffutils \
index 1ab197b144df3da5b38a0083b3e3806a005d0e5b..cba7f43870fcf2f4cf143b6fe7d508fe2bbcca98 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       bzip2 \
                       ca-certificates \
                       ccache \
+                      coreutils \
                       dbus \
                       debianutils \
                       diffutils \
index 85d2c0ffdc2cb6ed607e95e992cc2f151569a8ed..24f946d14412e38b68212809f03f71392d49869b 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       bzip2 \
                       ca-certificates \
                       ccache \
+                      coreutils \
                       dbus \
                       debianutils \
                       diffutils \
index 4f01eecf4169a15d8e883188b86750092b96aad8..f476cf65eaadc96733fcc2e66b4af21f49ec8b99 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       bzip2 \
                       ca-certificates \
                       ccache \
+                      coreutils \
                       dbus \
                       debianutils \
                       diffutils \
index 2a3046e7859a3730817138e230cd39bfbb349c88..a60b4ab01d1e1a0d8abd901097ff276012de6274 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       bzip2 \
                       ca-certificates \
                       ccache \
+                      coreutils \
                       dbus \
                       debianutils \
                       diffutils \
index c1817f162f62507a520b191f705c65821e9493cd..6c6ab0256eade7fcc064b73eec339d33c8e046cf 100644 (file)
@@ -20,6 +20,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       ca-certificates \
                       ccache \
                       clang \
+                      coreutils \
                       dbus \
                       debianutils \
                       diffutils \
index e4233b53cbe3610f40e74d3491abbf54d4b84db2..8e3b3a9fd906674633a49de1c8ba1668b167a960 100644 (file)
@@ -33,6 +33,7 @@ exec "$@"\n' > /usr/bin/nosync && \
                ccache \
                clang \
                compiler-rt \
+               coreutils \
                ctags \
                cyrus-sasl-devel \
                daxctl-devel \
index 1da425768fcc3a76ce07e2a543e7abd9c26a5191..4f743c00434180bf086f13a414b6abf89b6622f8 100644 (file)
@@ -26,6 +26,7 @@ exec "$@"\n' > /usr/bin/nosync && \
                ca-certificates \
                ccache \
                compiler-rt \
+               coreutils \
                ctags \
                dbus-daemon \
                diffutils \
index 632259378c94f917e4f30afbe950d8c741847f72..9278d7976937e78ef504bd48a7687dab41b7b20e 100644 (file)
@@ -33,6 +33,7 @@ exec "$@"\n' > /usr/bin/nosync && \
                ccache \
                clang \
                compiler-rt \
+               coreutils \
                ctags \
                cyrus-sasl-devel \
                daxctl-devel \
index def0ca9db4676d6d4f5ad5707e297b99a0c73786..a041d43976815103995875d81bf1af5868070c90 100644 (file)
@@ -20,6 +20,7 @@ RUN zypper update -y && \
            ccache \
            clang \
            clang-devel \
+           coreutils \
            ctags \
            cyrus-sasl-devel \
            dbus-1 \
index c8cc62492967be735312df884d63eecb63c8a017..23b33d6ad44b4dffdcf9a4bd82b942357197397c 100644 (file)
@@ -19,6 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
                       ca-certificates \
                       ccache \
                       clang \
+                      coreutils \
                       dbus \
                       debianutils \
                       diffutils \
index 82812e773651b898fb0ad9b7daf550d2df63f7f9..1ee7dcf3d46e6eff486635c88b64ab15d3803298 100644 (file)
@@ -13,6 +13,7 @@ packages:
  - clang
  - cmocka
  - column
+ - coreutils
  - ctags
  - cyrus-sasl
  - daxctl
index c03e1cd586373105af71a8b3f3ddd3ec902ffeba..f586827b13641a21fea9e7839c17ac2d435c0804 100644 (file)
@@ -15,6 +15,7 @@
     "capstone4",
     "ccache4",
     "cmocka",
+    "coreutils",
     "ctags",
     "curl",
     "cyrus-sasl",