From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR04f-0001w1-L9 for qemu-devel@nongnu.org; Wed, 03 Feb 2016 11:14:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aR04b-0002Jj-Iu for qemu-devel@nongnu.org; Wed, 03 Feb 2016 11:14:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aR04b-0002Je-Dk for qemu-devel@nongnu.org; Wed, 03 Feb 2016 11:14:29 -0500 References: <1454510164-6278-1-git-send-email-famz@redhat.com> <1454510164-6278-4-git-send-email-famz@redhat.com> From: Eric Blake Message-ID: <56B22763.3060008@redhat.com> Date: Wed, 3 Feb 2016 09:14:27 -0700 MIME-Version: 1.0 In-Reply-To: <1454510164-6278-4-git-send-email-famz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="a6JJOmdhAFv1sDMfuKAWdVA2jReXJJ3bS" Subject: Re: [Qemu-devel] [RFC PATCH 3/4] tests: Add mingw 32/64 cross compiling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, jsnow@redhat.com, stefanha@redhat.com, Paolo Bonzini , =?UTF-8?Q?Alex_Benn=c3=a9e?= , david@gibson.dropbear.id.au This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --a6JJOmdhAFv1sDMfuKAWdVA2jReXJJ3bS Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/03/2016 07:36 AM, Fam Zheng wrote: > Only fedora22 has the required toolchain so it's not run elsewhere. Not fedora 23 or rawhide? In another year, when F22 is obsolete, this will be dead code unless you meant for it to be >=3D F22. >=20 > Signed-off-by: Fam Zheng > --- > tests/docker/mingw.sh | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100755 tests/docker/mingw.sh >=20 > diff --git a/tests/docker/mingw.sh b/tests/docker/mingw.sh > new file mode 100755 > index 0000000..0f103cd > --- /dev/null > +++ b/tests/docker/mingw.sh > @@ -0,0 +1,14 @@ > +#!/bin/bash > + > +if [ "$IMAGE_TAG" !=3D "fedora22" ]; then > + echo "Mingw test skipped" > + exit 0 > +fi > + > +cd $(mktemp -d) > +for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do > + $QEMU_SRC/configuire --cross-prefix=3D$prefix \ > + --target-list=3Dx86_64-softmmu,aarch64-softmmu > + make $MAKEFLAGS > +done > + >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --a6JJOmdhAFv1sDMfuKAWdVA2jReXJJ3bS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWsidjAAoJEKeha0olJ0NqGJUH/ioksPu2YsPKcJH1PoK6M0se 4vBK0TyjxM+x+JzQ2jyNaR4n6UDqBzOxwz2yP6S3KruAH1Rjs3ke25whXHApdgjp 4hrwGoPCPVgAPbTTYio/hcd0ojWFhZ/MrHnUPtW6H6cjADLGs1zJnKfvblJ7k/zd RCGiSfQbiNRv9lyZaLN0Vgzbv6xunlUAQZ7+Isqpm+jfgEgKC0K9lg568CCYM1L0 qtnQLLcWociPV88Nue1Tx03tnLE7s/Y2Q88tvWtfZKNU2smW8ra6ZNbeN96KWU2f DiTHP+49Q3u+V/SVNvHAQL2zuju2Mv6VvXuYPgGUXcJJf8me2e3H76dXFkvt7B4= =jsy5 -----END PGP SIGNATURE----- --a6JJOmdhAFv1sDMfuKAWdVA2jReXJJ3bS--