aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d/cirrus/macos-11.vars
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-03-29 12:28:08 +0200
committerThomas Huth <thuth@redhat.com>2022-04-20 08:54:16 +0200
commitb0dd0a3d74e9ed9532bd4a7724bdafffe7509462 (patch)
tree7161df73ad4663427cc17d7cf0c8785a28373d40 /.gitlab-ci.d/cirrus/macos-11.vars
parent1be5a765c08cee3a9587c8a8d3fc2ea247b13f9c (diff)
downloadqemu-b0dd0a3d74e9ed9532bd4a7724bdafffe7509462.zip
qemu-b0dd0a3d74e9ed9532bd4a7724bdafffe7509462.tar.gz
qemu-b0dd0a3d74e9ed9532bd4a7724bdafffe7509462.tar.bz2
tests: Drop perl-Test-Harness from the CI containers / VMs
The perl test harness is not necessary anymore since commit 3d2f73ef75 ("build: use "meson test" as the test harness"). Thus remove it from tests/lcitool/projects/qemu.yml, run "make lcitool-refresh" and manually clean the remaining docker / vm files that are not managed by lcitool yet. Message-Id: <20220329102808.423681-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.d/cirrus/macos-11.vars')
-rw-r--r--.gitlab-ci.d/cirrus/macos-11.vars4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.d/cirrus/macos-11.vars b/.gitlab-ci.d/cirrus/macos-11.vars
index 08183f8..cfe9181 100644
--- a/.gitlab-ci.d/cirrus/macos-11.vars
+++ b/.gitlab-ci.d/cirrus/macos-11.vars
@@ -5,12 +5,12 @@
# https://gitlab.com/libvirt/libvirt-ci
CCACHE='/usr/local/bin/ccache'
-CPAN_PKGS='Test::Harness'
+CPAN_PKGS=''
CROSS_PKGS=''
MAKE='/usr/local/bin/gmake'
NINJA='/usr/local/bin/ninja'
PACKAGING_COMMAND='brew'
PIP3='/usr/local/bin/pip3'
-PKGS='bash bc bzip2 capstone ccache cpanminus ctags curl dbus diffutils dtc gcovr gettext git glib gnu-sed gnutls gtk+3 jemalloc jpeg-turbo libepoxy libffi libgcrypt libiscsi libnfs libpng libslirp libssh libtasn1 libusb llvm lzo make meson ncurses nettle ninja perl pixman pkg-config python3 rpm2cpio sdl2 sdl2_image snappy sparse spice-protocol tesseract texinfo usbredir vde vte3 zlib zstd'
+PKGS='bash bc bzip2 capstone ccache ctags curl dbus diffutils dtc gcovr gettext git glib gnu-sed gnutls gtk+3 jemalloc jpeg-turbo libepoxy libffi libgcrypt libiscsi libnfs libpng libslirp libssh libtasn1 libusb llvm lzo make meson ncurses nettle ninja perl pixman pkg-config python3 rpm2cpio sdl2 sdl2_image snappy sparse spice-protocol tesseract texinfo usbredir vde vte3 zlib zstd'
PYPI_PKGS='PyYAML numpy pillow sphinx sphinx-rtd-theme virtualenv'
PYTHON='/usr/local/bin/python3'