From fc09cc0e8db287600625e64905170a6de24f2686 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 18 May 2022 12:26:59 +0100 Subject: [PATCH] CI: use external-arm-toolchain 10.3 The 11.2 release of the Arm GCC uses Broadwell-onwards instructions, but our CI (and many other users) have pre-Broadwell hardware. Until 11.3 is released which fixes this, go back to using 10.3 for our CI. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- ci/get-binary-toolchains | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/get-binary-toolchains b/ci/get-binary-toolchains index bfdd8c57..cd4c25ef 100755 --- a/ci/get-binary-toolchains +++ b/ci/get-binary-toolchains @@ -2,7 +2,7 @@ set -u HOST_ARCH=$(uname -m) -VER="11.2-2022.02" +VER="10.3-2021.07" DOWNLOAD_DIR=$1 TOOLCHAIN_DIR=$2