diff options
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | 2018-12-03 17:09:13 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-07 08:13:49 -0500 |
commit | f0d964f4dbc1b58052fd8f1b91e0280007b16d8a (patch) | |
tree | 77c7e6aaf41bed45baf46ffc8f33c52cfb1fa227 /.travis.yml | |
parent | 5792f0d8be1cca679342a0aac58d51230bf4d30d (diff) | |
download | u-boot-f0d964f4dbc1b58052fd8f1b91e0280007b16d8a.zip u-boot-f0d964f4dbc1b58052fd8f1b91e0280007b16d8a.tar.gz u-boot-f0d964f4dbc1b58052fd8f1b91e0280007b16d8a.tar.bz2 |
travis: Bump ARC tools to arc-2018.09
Build tested in Travis, see:
https://travis-ci.org/abrodkin/u-boot/jobs/462808237
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index a061f02..ed07d81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ install: - ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname` # prepare buildman environment - echo -e "[toolchain]\nroot = /usr" > ~/.buildman - - echo -e "arc = /tmp/arc_gnu_2017.09_prebuilt_uclibc_le_archs_linux_install" >> ~/.buildman + - echo -e "arc = /tmp/arc_gnu_2018.09_prebuilt_uclibc_le_archs_linux_install" >> ~/.buildman - echo -e "\n[toolchain-alias]\nsh = sh2\n" >> ~/.buildman - cat ~/.buildman - virtualenv /tmp/venv @@ -75,8 +75,8 @@ before_script: echo -e "\n[toolchain-alias]\nx86 = i386" >> ~/.buildman; fi - if [[ "${TOOLCHAIN}" == arc ]]; then - wget https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2017.09-release/arc_gnu_2017.09_prebuilt_uclibc_le_archs_linux_install.tar.gz && - tar -C /tmp -xf arc_gnu_2017.09_prebuilt_uclibc_le_archs_linux_install.tar.gz; + wget https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2018.09-release/arc_gnu_2018.09_prebuilt_uclibc_le_archs_linux_install.tar.gz && + tar -C /tmp -xf arc_gnu_2018.09_prebuilt_uclibc_le_archs_linux_install.tar.gz; fi - if [[ "${TOOLCHAIN}" == *xtensa* ]]; then wget https://github.com/foss-xtensa/toolchain/releases/download/2018.02/x86_64-2018.02-${TOOLCHAIN}.tar.gz && |