Skip to content

Commit

Permalink
Fix CI for Mips
Browse files Browse the repository at this point in the history
  • Loading branch information
gchatelet authored Sep 7, 2018
1 parent dab7cea commit 8ba03e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 8ba03e9

Please sign in to comment.