[kirkstone] CI: use external-arm-toolchain 10.3

Message ID 20220518112659.3471891-1-ross.burton@arm.com
State New
Headers show
Series [kirkstone] CI: use external-arm-toolchain 10.3 | expand

Commit Message

Ross Burton May 18, 2022, 11:26 a.m. UTC
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>
---
 ci/get-binary-toolchains | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Mason May 18, 2022, 8:29 p.m. UTC | #1
On Wed, 18 May 2022 12:26:59 +0100, Ross Burton wrote:
> 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.

Applied, thanks!

[1/1] CI: use external-arm-toolchain 10.3
      commit: fc09cc0e8db287600625e64905170a6de24f2686

Best regards,
Jon Mason May 23, 2022, 3:42 p.m. UTC | #2
On Wed, 18 May 2022 12:26:59 +0100, Ross Burton wrote:
> 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.

Applied, thanks!

[1/1] CI: use external-arm-toolchain 10.3
      commit: fc09cc0e8db287600625e64905170a6de24f2686

Best regards,

Patch

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