Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tests/lcitool: Refresh generated files
Refresh the generated files by running:

  $ make lcitool-refresh

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230711144922.67491-3-philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
[thuth: Drop changes to libpmem-dev and libxen-dev]
Signed-off-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
philmd authored and huth committed Jul 18, 2023
1 parent 03e596d commit a38dee6
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions tests/vm/generated/freebsd.json
@@ -0,0 +1,77 @@
{
"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-3.8",
"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",
"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",
"py39-numpy",
"py39-pillow",
"py39-pip",
"py39-sphinx",
"py39-sphinx_rtd_theme",
"py39-yaml",
"python3",
"rpm2cpio",
"sdl2",
"sdl2_image",
"snappy",
"sndio",
"socat",
"spice-protocol",
"tesseract",
"usbredir",
"virglrenderer",
"vte3",
"xorriso",
"zstd"
],
"pypi_pkgs": [],
"python": "/usr/local/bin/python3"
}

0 comments on commit a38dee6

Please sign in to comment.