meta: Set the default compiler for Debian trixie to gcc 14

Message ID 20250910-flo-update-trixie-default-compiler-to-14-v1-1-d54aa825d993@siemens.com
State New
Headers show
Series meta: Set the default compiler for Debian trixie to gcc 14 | expand

Commit Message

Florian Bezdeka Sept. 10, 2025, 12:12 p.m. UTC
The default compiler shipped by Debian 13 (trixie) is gcc in version 14.
Let's install the same version into the sbuild-chroot to avoid
confusion.

Signed-off-by: Florian Bezdeka <florian.bezdeka@siemens.com>
---
 meta/conf/distro/debian-trixie.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 48a7eb4e0e9846e7e5bb44e52730d0bf59549a67
change-id: 20250910-flo-update-trixie-default-compiler-to-14-8655b79859cb

Best regards,

Patch

diff --git a/meta/conf/distro/debian-trixie.conf b/meta/conf/distro/debian-trixie.conf
index d09cdfd373cd0622fa24ab2d21901597a985a8b0..b3677f45c050f448215783da2dc86641efb0f7a6 100644
--- a/meta/conf/distro/debian-trixie.conf
+++ b/meta/conf/distro/debian-trixie.conf
@@ -14,6 +14,6 @@  DISTRO_KERNELS ?= "5kc-malta amd64 arm64 armmp armmp-lpae cloud-amd64 \
         cloud-arm64 loongson-3 mips64r2el mips64r6el octeon powerpc64le \
         powerpc64le-64k riscv64 rpi rt-amd64 rt-arm64 rt-armmp s390x"
 
-DISTRO_GCC = "13"
+DISTRO_GCC = "14"
 
 DEBIAN_COMPAT = "13"