]> Git Repo - qemu.git/commitdiff
shippable: use debian/mips[eb] targets
authorPhilippe Mathieu-Daudé <[email protected]>
Tue, 18 Jul 2017 00:31:54 +0000 (21:31 -0300)
committerAlex Bennée <[email protected]>
Tue, 18 Jul 2017 09:58:36 +0000 (10:58 +0100)
previous commit change image mips little -> big endian

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
.shippable.yml

index fa54df6cff9ceac2cfafb6d5d620e88e873b8ce3..f2a904014af8b43a4f1ad3351b0ab22844137b5d 100644 (file)
@@ -16,8 +16,8 @@ env:
     - 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,mipsel-linux-user,mips64el-linux-user
+    - IMAGE=debian-mips-cross
+      TARGET_LIST=mips-softmmu,mipsel-linux-user
     - IMAGE=debian-powerpc-cross
       TARGET_LIST=ppc-softmmu,ppcemb-softmmu,ppc-linux-user
     - IMAGE=debian-ppc64el-cross
This page took 0.026057 seconds and 4 git commands to generate.