All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] automation: add meson and ninja to tumbleweed container
@ 2021-07-09 14:06 Olaf Hering
  0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2021-07-09 14:06 UTC (permalink / raw)
  To: xen-devel; +Cc: Olaf Hering, Doug Goldstein

qemu uses meson as for configuration, and requires ninja for building.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 automation/build/suse/opensuse-tumbleweed.dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/automation/build/suse/opensuse-tumbleweed.dockerfile b/automation/build/suse/opensuse-tumbleweed.dockerfile
index 3965e7f9cd..be5ddb0d98 100644
--- a/automation/build/suse/opensuse-tumbleweed.dockerfile
+++ b/automation/build/suse/opensuse-tumbleweed.dockerfile
@@ -48,8 +48,10 @@ RUN zypper install -y --no-recommends \
         libzstd-devel \
         lzo-devel \
         make \
+        meson \
         nasm \
         ncurses-devel \
+        ninja \
         ocaml \
         ocaml-findlib-devel \
         ocaml-ocamlbuild \


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-09 14:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 14:06 [PATCH v1] automation: add meson and ninja to tumbleweed container Olaf Hering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.