Re: [PATCH] buildman: Update to grabbing gcc-14.2.0 toolchains by default

2025-04-16 Thread Tom Rini
On Fri, 11 Apr 2025 11:04:06 -0600, Tom Rini wrote: > With the switch to using GCC 14.2.0 in commit 001bac5f16ad ("Dockerfile: > Update to gcc-14.2.0 and clang-18") in CI, we should make buildman match > this. > > Applied to u-boot/master, thanks! [1/1] buildman: Update to grabbing gcc-14.2.0

[PATCH] buildman: Update to grabbing gcc-14.2.0 toolchains by default

2025-04-11 Thread Tom Rini
With the switch to using GCC 14.2.0 in commit 001bac5f16ad ("Dockerfile: Update to gcc-14.2.0 and clang-18") in CI, we should make buildman match this. Signed-off-by: Tom Rini --- tools/buildman/toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildman/toolc