From 9680127409be6d17f79c4ee3b9ebd662ac0d08a2 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sat, 13 Oct 2018 05:29:49 +1100 Subject: [PATCH] Update .travis-ci.sh --- .travis-ci.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis-ci.sh b/.travis-ci.sh index 199525e7..f7204b1b 100644 --- a/.travis-ci.sh +++ b/.travis-ci.sh @@ -27,10 +27,10 @@ function setup_arm32_chroot { # Host dependencies sudo apt-get install -qq -y ${HOST_DEPENDENCIES} # Download LDC compiler - wget https://github.com/ldc-developers/ldc/releases/download/v1.10.0/ldc2-1.10.0-linux-armhf.tar.xz - tar -xf ldc2-1.10.0-linux-armhf.tar.xz - mv ldc2-1.10.0-linux-armhf dlang-${ARCH} - rm -rf ldc2-1.10.0-linux-armhf.tar.xz + wget https://github.com/ldc-developers/ldc/releases/download/v1.11.0/ldc2-1.11.0-linux-armhf.tar.xz + tar -xf ldc2-1.11.0-linux-armhf.tar.xz + mv ldc2-1.11.0-linux-armhf dlang-${ARCH} + rm -rf ldc2-1.11.0-linux-armhf.tar.xz # Create chrooted environment sudo mkdir ${CHROOT_DIR} sudo debootstrap --foreign --no-check-gpg --variant=buildd --arch=${CHROOT_ARCH} ${VERSION} ${CHROOT_DIR} ${DEBIAN_MIRROR}