From 8ba03e9d24e2a1509b6cb85a7f355e7e953da65e Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Fri, 7 Sep 2018 15:54:51 +0200 Subject: [PATCH] Fix CI for Mips --- scripts/run_integration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run_integration.sh b/scripts/run_integration.sh index a1de0d1..546871f 100755 --- a/scripts/run_integration.sh +++ b/scripts/run_integration.sh @@ -125,8 +125,8 @@ function expand_linaro_config() { function expand_codescape_config() { assert_defined TARGET local FLAVOUR=${QEMU_ARCH}-r2-hard - local DATE=2016.05-03 - local CODESCAPE_URL=http://codescape-mips-sdk.imgtec.com/components/toolchain/${DATE}/Codescape.GNU.Tools.Package.${DATE}.for.MIPS.MTI.Linux.CentOS-5.x86_64.tar.gz + local DATE=2017.10-08 + local CODESCAPE_URL=https://codescape.mips.com/components/toolchain/${DATE}/Codescape.GNU.Tools.Package.${DATE}.for.MIPS.MTI.Linux.CentOS-5.x86_64.tar.gz local GCC_URL=${CODESCAPE_URL} local GCC_RELATIVE_FOLDER=${TARGET}/${DATE} unpackifnotexists "${GCC_URL}" "${GCC_RELATIVE_FOLDER}"