From: Thomas Huth <thuth@redhat.com>
To: Ed Maste <emaste@freefall.freebsd.org>, qemu-devel@nongnu.org
Cc: Ed Maste <emaste@freebsd.org>
Subject: Re: [Qemu-devel] [PATCH v2] .cirrus.yml: basic compile and test for FreeBSD
Date: Thu, 17 Jan 2019 07:28:25 +0100 [thread overview]
Message-ID: <aaed1717-c03c-4f51-8422-351ab359efb6@redhat.com> (raw)
In-Reply-To: <20190116191950.94110-1-emaste@freefall.freebsd.org>
On 2019-01-16 20:19, Ed Maste wrote:
> From: Ed Maste <emaste@freebsd.org>
>
> Signed-off-by: Ed Maste <emaste@freebsd.org>
> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> .cirrus.yml | 16 ++++++++++++++++
> MAINTAINERS | 8 ++++++++
> 2 files changed, 24 insertions(+)
> create mode 100644 .cirrus.yml
>
> diff --git a/.cirrus.yml b/.cirrus.yml
> new file mode 100644
> index 0000000000..df39d8e573
> --- /dev/null
> +++ b/.cirrus.yml
> @@ -0,0 +1,16 @@
> +freebsd_12_task:
> + freebsd_instance:
> + image: freebsd-12-0-release-amd64
> + cpu: 8
> + memory: 24G
> + env:
> + CIRRUS_CLONE_DEPTH: 1
> + install_script: pkg install -y
> + bison curl cyrus-sasl fontconfig freetype2 git glib gmake gnutls
I'm still wondering why you need fontconfig and freetype2 here?
> + nettle perl5 pixman pkgconf png usbredir
> + script:
> + - mkdir build
> + - cd build
> + - ../configure || { cat config.log; exit 1; }
> + - gmake -j8 V=1
> + - gmake -j8 V=1 check
Thomas
next prev parent reply other threads:[~2019-01-17 6:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-16 19:19 [Qemu-devel] [PATCH v2] .cirrus.yml: basic compile and test for FreeBSD Ed Maste
2019-01-17 6:28 ` Thomas Huth [this message]
2019-01-18 14:41 ` Ed Maste
2019-01-18 14:47 ` [Qemu-devel] [PATCH v3] " emaste
2019-01-21 9:13 ` Thomas Huth
2019-01-21 10:18 ` Thomas Huth
2019-01-21 15:16 ` Ed Maste
2019-01-21 16:30 ` Ed Maste
2019-01-22 9:40 ` Thomas Huth
2019-01-22 10:41 ` Peter Maydell
2019-01-22 13:42 ` Ed Maste
2019-01-22 14:09 ` Thomas Huth
2019-01-21 11:03 ` Alex Bennée
2019-01-21 15:20 ` Ed Maste
2019-01-21 15:36 ` Alex Bennée
2019-01-23 10:58 ` [Qemu-devel] [PATCH v2] " no-reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aaed1717-c03c-4f51-8422-351ab359efb6@redhat.com \
--to=thuth@redhat.com \
--cc=emaste@freebsd.org \
--cc=emaste@freefall.freebsd.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).