From b2dba411cf5afc6771e0dd9900fa2b5031a686ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 6 Mar 2018 11:22:06 +0000 Subject: .shippable.yml: disable powerpc-cross image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Something has happened to the old emdebian setup which means it no longer builds. Let's disable the shippable builds which are always failing. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- .shippable.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.shippable.yml') diff --git a/.shippable.yml b/.shippable.yml index dd4bbc84b1..60f2ce9218 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -23,8 +23,6 @@ env: TARGET_LIST=mips-softmmu,mipsel-linux-user - IMAGE=debian-mips64el-cross TARGET_LIST=mips64el-softmmu,mips64el-linux-user - - IMAGE=debian-powerpc-cross - TARGET_LIST=ppc-softmmu,ppcemb-softmmu,ppc-linux-user - IMAGE=debian-ppc64el-cross TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user build: -- cgit v1.2.1