All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] CI: upgrade external GCC to 11.2
@ 2022-06-08  9:16 Ross Burton
  2022-06-08  9:16 ` [PATCH 2/3] arm-toolchain/gcc-aarch64-none-elf: upgrade " Ross Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ross Burton @ 2022-06-08  9:16 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

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(-)

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
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-08 13:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08  9:16 [PATCH 1/3] CI: upgrade external GCC to 11.2 Ross Burton
2022-06-08  9:16 ` [PATCH 2/3] arm-toolchain/gcc-aarch64-none-elf: upgrade " Ross Burton
2022-06-08  9:16 ` [PATCH 3/3] arm-toolchain/gcc-arm-none-eabi: upgrade to 11.2-2022.02 Ross Burton
2022-06-08 12:59 ` [PATCH 1/3] CI: upgrade external GCC to 11.2 Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.