From edcf1d6f75c43aa9452cd807f28b2d534a0d3e7d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 18 Jan 2020 12:35:08 +1100 Subject: [PATCH] Tools: fixed compiler path --- Tools/scripts/configure-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/configure-ci.sh b/Tools/scripts/configure-ci.sh index afe5b77954..d84c0d4ec3 100755 --- a/Tools/scripts/configure-ci.sh +++ b/Tools/scripts/configure-ci.sh @@ -7,7 +7,7 @@ set -ex export CCACHE_DISABLE="true" ARM_ROOT="gcc-arm-none-eabi-6-2017-q2-update" -ARM_TARBALL="$ARM_ROOT-20150921-linux.tar.bz2" +ARM_TARBALL="$ARM_ROOT-linux.tar.bz2" RPI_ROOT="master" RPI_TARBALL="$RPI_ROOT.tar.gz"