From 00b8e4fb9bb5fc6f1148dfcab521b9f4e36f8018 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 951af03943..33cf78f1d1 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"