From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCo52-0001nu-HC for qemu-devel@nongnu.org; Mon, 22 May 2017 10:13:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dCo4z-0004D3-4u for qemu-devel@nongnu.org; Mon, 22 May 2017 10:13:04 -0400 Received: from mail-wr0-x22a.google.com ([2a00:1450:400c:c0c::22a]:35213) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dCo4y-0004CT-Uz for qemu-devel@nongnu.org; Mon, 22 May 2017 10:13:01 -0400 Received: by mail-wr0-x22a.google.com with SMTP id z52so39468837wrc.2 for ; Mon, 22 May 2017 07:13:00 -0700 (PDT) References: <20170521032956.27446-1-f4bug@amsat.org> <20170521032956.27446-22-f4bug@amsat.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20170521032956.27446-22-f4bug@amsat.org> Date: Mon, 22 May 2017 15:13:04 +0100 Message-ID: <87shjx2d5b.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 21/24] shippable: add powerpc target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: qemu-devel@nongnu.org, Fam Zheng , David Gibson , Alexander Graf , qemu-ppc@nongnu.org Philippe Mathieu-Daudé writes: > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée > --- > .shippable.yml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.shippable.yml b/.shippable.yml > index 2070c4d827..aad66ec5ec 100644 > --- a/.shippable.yml > +++ b/.shippable.yml > @@ -11,6 +11,8 @@ env: > TARGET_LIST=aarch64-softmmu,aarch64-linux-user > - IMAGE=debian-s390x-cross > TARGET_LIST=s390x-softmmu,s390x-linux-user > + - IMAGE=debian-powerpc-cross > + TARGET_LIST=ppc-softmmu,ppcemb-softmmu,ppc-linux-user > build: > pre_ci: > - make docker-image-${IMAGE} V=1 -- Alex Bennée