xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cirrus-ci: Fix FreeBSD build following QEMU update
@ 2021-07-08 13:02 Andrew Cooper
  2021-07-09  8:14 ` Roger Pau Monné
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cooper @ 2021-07-08 13:02 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Anthony PERARD, Doug Goldstein, Wei Liu,
	Roger Pau Monné

QEMU requires ninja and bash to build now.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Anthony PERARD <anthony.perard@citrix.com>
CC: Doug Goldstein <cardoe@cardoe.com>
CC: Wei Liu <wl@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>

https://cirrus-ci.com/build/4782098465685504 is run with the build fixed
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index fdb1c9c94d7c..b17f0b6369e1 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -4,7 +4,7 @@ freebsd_template: &FREEBSD_TEMPLATE
     APPEND_LIB: /usr/local/lib
     APPEND_INCLUDES: /usr/local/include
 
-  install_script: pkg install -y seabios gmake
+  install_script: pkg install -y seabios gmake ninja bash
                                  pkgconf python libiconv bison perl5
                                  yajl lzo2 pixman argp-standalone
                                  libxml2 glib git
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] cirrus-ci: Fix FreeBSD build following QEMU update
  2021-07-08 13:02 [PATCH] cirrus-ci: Fix FreeBSD build following QEMU update Andrew Cooper
@ 2021-07-09  8:14 ` Roger Pau Monné
  0 siblings, 0 replies; 2+ messages in thread
From: Roger Pau Monné @ 2021-07-09  8:14 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Xen-devel, Anthony PERARD, Doug Goldstein, Wei Liu

On Thu, Jul 08, 2021 at 02:02:32PM +0100, Andrew Cooper wrote:
> QEMU requires ninja and bash to build now.
> 
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>

Acked-by: Roger Pau Monné <roger.pau@citrix.com>

Thanks!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-09  8:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08 13:02 [PATCH] cirrus-ci: Fix FreeBSD build following QEMU update Andrew Cooper
2021-07-09  8:14 ` Roger Pau Monné

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).