Skip to content

Commit 86a4ea5

Browse files
jgunthorpenmorey
authored andcommitted
travis: Fix travis failures
The ARM website changed, updated the URL for theh Linaro gcc to use '7'. Their gcc 8 build seems to come from ARM, we can review how this works later to get ARM gcc-8 in the container. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
1 parent f7b0848 commit 86a4ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ service:
4848
- docker
4949

5050
before_script:
51-
- export LATEST_GCC_LINARO_URL=`wget -qO - https://releases.linaro.org/components/toolchain/binaries/latest/aarch64-linux-gnu/ | grep -o '<a href=['"'"'"].*gcc-linaro-.*x86_64_aarch64-linux-gnu.tar.xz['"'"'"]' | sed -e 's/^<a href=["'"'"']//' -e 's/["'"'"']$//'`
51+
- export LATEST_GCC_LINARO_URL=`wget -qO - https://releases.linaro.org/components/toolchain/binaries/latest-7/aarch64-linux-gnu/ | grep -o '<a href=['"'"'"].*gcc-linaro-.*x86_64_aarch64-linux-gnu.tar.xz['"'"'"]' | sed -e 's/^<a href=["'"'"']//' -e 's/["'"'"']$//'`
5252
- export LATEST_GCC_LINARO_TAR=`basename $LATEST_GCC_LINARO_URL`
5353
- wget -q http://releases.linaro.org/$LATEST_GCC_LINARO_URL
5454
- mkdir $HOME/aarch64 && tar xf $LATEST_GCC_LINARO_TAR -C $HOME/aarch64 --strip 1

0 commit comments

Comments
 (0)