diff mbox series

cirrus-ci: Fix FreeBSD build following QEMU update

Message ID 20210708130232.3159-1-andrew.cooper3@citrix.com (mailing list archive)
State New, archived
Headers show
Series cirrus-ci: Fix FreeBSD build following QEMU update | expand

Commit Message

Andrew Cooper July 8, 2021, 1:02 p.m. UTC
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(-)

Comments

Roger Pau Monné July 9, 2021, 8:14 a.m. UTC | #1
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!
diff mbox series

Patch

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