Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2018-09-07 16:54:51 +0300
committerGitHub <noreply@github.com>2018-09-07 16:54:51 +0300
commit8ba03e9d24e2a1509b6cb85a7f355e7e953da65e (patch)
treef8fcdbab4088050174620581b546788b2b8da99d
parentdab7cea707e3ffcdaaa47efcb9e086ae9b9ac78c (diff)
Fix CI for Mipsv0.2.0
-rwxr-xr-xscripts/run_integration.sh4
1 files 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}"