From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRZi3-00056t-4f for qemu-devel@nongnu.org; Fri, 05 Feb 2016 01:17:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRZhz-000845-Vh for qemu-devel@nongnu.org; Fri, 05 Feb 2016 01:17:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRZhz-00083r-Qc for qemu-devel@nongnu.org; Fri, 05 Feb 2016 01:17:31 -0500 Date: Fri, 5 Feb 2016 14:17:26 +0800 From: Fam Zheng Message-ID: <20160205061726.GH5187@ad.usersys.redhat.com> References: <1454510164-6278-1-git-send-email-famz@redhat.com> <1454510164-6278-2-git-send-email-famz@redhat.com> <20160204115832.GG30301@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160204115832.GG30301@redhat.com> Subject: Re: [Qemu-devel] [RFC PATCH 1/4] tests: Introduce Docker based tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: kwolf@redhat.com, peter.maydell@linaro.org, Alex =?iso-8859-1?Q?Benn=E9e?= , qemu-devel@nongnu.org, stefanha@redhat.com, Paolo Bonzini , jsnow@redhat.com, david@gibson.dropbear.id.au On Thu, 02/04 11:58, Daniel P. Berrange wrote: > On Wed, Feb 03, 2016 at 10:36:01PM +0800, Fam Zheng wrote: > > > diff --git a/tests/docker/fedora22.docker b/tests/docker/fedora22.docker > > new file mode 100644 > > index 0000000..5fd48d6 > > --- /dev/null > > +++ b/tests/docker/fedora22.docker > > Fedora 22 will go end of life in June. I think we should at least > start with the current Fedora 23 since that's the current preferred > Fedora release. Yes, will switch to 23. > > > @@ -0,0 +1,6 @@ > > +FROM fedora:22 > > +RUN dnf install -y \ > > + ccache git mingw{32,64}-{pixman,glib2,gmp,SDL,pkg-config} \ > > + glib2-devel pixman-devel zlib-devel SDL-devel \ > > + gcc g++ clang make perl which bc findutils > > That's a pretty minimal set of mingw packages - many features will > end up disabled with that. Add mingw{32,64} packages for gtk2, gtk3, > gnutls, nettle, libtasn1, libjpeg-turbo, libpng, curl, libssh2, > bzip2 too, which is everything Fedora mingw is capable of providing > for QEMU Okay! Fam