From d41e62ac29e7653f4a7f3dab457d7b8688c0f49c Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Thu, 31 May 2018 19:24:53 -0700 Subject: [PATCH 1/2] Correct path for sparc64 debian image --- ci/linux-sparc64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/linux-sparc64.sh b/ci/linux-sparc64.sh index 33a3c46c..4452b120 100644 --- a/ci/linux-sparc64.sh +++ b/ci/linux-sparc64.sh @@ -3,7 +3,7 @@ set -ex mkdir -m 777 /qemu cd /qemu -curl -LO https://cdimage.debian.org/cdimage/ports/debian-9.0-sparc64-NETINST-1.iso +curl -LO https://cdimage.debian.org/cdimage/ports/9.0/sparc64/iso-cd/debian-9.0-sparc64-NETINST-1.iso 7z e debian-9.0-sparc64-NETINST-1.iso boot/initrd.gz 7z e debian-9.0-sparc64-NETINST-1.iso boot/sparc64 mv sparc64 kernel From 0f8a62bce66f7157d7f7ee9f626eae05734aed33 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Thu, 31 May 2018 19:27:03 -0700 Subject: [PATCH 2/2] Fail hard on sparc64 build failures --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8bc91ae3..da3124db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,6 @@ matrix: allow_failures: # FIXME(#987) move back to include once 404 is fixed - env: TARGET=s390x-unknown-linux-gnu - - env: TARGET=sparc64-unknown-linux-gnu include: # 1.13.0 compat - env: TARGET=x86_64-unknown-linux-gnu NO_ADD=1