[1/3] CI: upgrade external GCC to 11.2

Message ID 20220608091637.109635-1-ross.burton@arm.com
State New
Headers show
Series [1/3] CI: upgrade external GCC to 11.2 | expand

Commit Message

Ross Burton June 8, 2022, 9:16 a.m. UTC
Our CI is now running on Broadwell+ cores, so the 11.2 release of GCC
should work.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/get-binary-toolchains | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Mason June 8, 2022, 12:59 p.m. UTC | #1
On Wed, 8 Jun 2022 10:16:35 +0100, Ross Burton wrote:
> Our CI is now running on Broadwell+ cores, so the 11.2 release of GCC
> should work.

Applied, thanks!

[1/3] CI: upgrade external GCC to 11.2
      commit: ab7144ff19af24a80c9bd379fc2830c08f698e09
[2/3] arm-toolchain/gcc-aarch64-none-elf: upgrade to 11.2
      commit: 5c9017f7fdab218b264bd610bb359a861480a7d9
[3/3] arm-toolchain/gcc-arm-none-eabi: upgrade to 11.2-2022.02
      commit: 7007a9c0eac10767ed7186ad87aafc5bcb6ead66

Best regards,

Patch

diff --git a/ci/get-binary-toolchains b/ci/get-binary-toolchains
index cd4c25ef..bfdd8c57 100755
--- a/ci/get-binary-toolchains
+++ b/ci/get-binary-toolchains
@@ -2,7 +2,7 @@ 
 set -u
 
 HOST_ARCH=$(uname -m)
-VER="10.3-2021.07"
+VER="11.2-2022.02"
 
 DOWNLOAD_DIR=$1
 TOOLCHAIN_DIR=$2