1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-16 15:57:19 +00:00

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 <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-05-18 12:26:59 +01:00
committed by Jon Mason
parent b3c3f77fec
commit fc09cc0e8d
+1 -1
View File
@@ -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