Skip to content

Commit

Permalink
cirrus-ci: Fix FreeBSD build following QEMU update
Browse files Browse the repository at this point in the history
QEMU requires ninja and bash to build now.

Signed-off-by: Andrew Cooper <[email protected]>
Acked-by: Roger Pau Monné <[email protected]>
  • Loading branch information
andyhhp committed Jul 9, 2021
1 parent 89d57f2 commit 6de3e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6de3e5f

Please sign in to comment.