qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 18/23] shippable: temporary disable mips64el-softmmu


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH 18/23] shippable: temporary disable mips64el-softmmu build
Date: Mon, 8 May 2017 02:02:30 -0300

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 .shippable.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.shippable.yml b/.shippable.yml
index 6601243060..7e714991f9 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -15,8 +15,9 @@ env:
       TARGET_LIST=aarch64-softmmu,aarch64-linux-user
     - IMAGE=debian-s390x-cross
       TARGET_LIST=s390x-softmmu,s390x-linux-user
+    # mips64el-softmmu disabled due to libfdt problem
     - IMAGE=debian-mipsel-cross
-      
TARGET_LIST=mipsel-softmmu,mips64el-softmmu,mipsel-linux-user,mips64el-linux-user
+      TARGET_LIST=mipsel-softmmu,mipsel-linux-user,mips64el-linux-user
 build:
   pre_ci:
     - make docker-image-${IMAGE}
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]