qemu/tests/vm/generated/freebsd.json
Daniel P. Berrangé 7a383b993e tests: refresh package lists with latest libvirt-ci
This updates the libvirt-ci  submodule to pull in various fixes,
the most notable reducing native package sets in cross builds.
Some packages were mistakenly marked as native, rather than
foreign, in libvirt-ci. Fixing this causes our dockerfiles to
pick up the cross arch package instead of native one, thus
improving our test coverage in a few areas.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20241106123525.511491-1-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2024-11-08 06:16:45 +01:00

81 lines
1.3 KiB
JSON

{
"ccache": "/usr/local/bin/ccache",
"cpan_pkgs": [],
"cross_pkgs": [],
"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"
],
"pypi_pkgs": [],
"python": "/usr/local/bin/python3"
}