From 5491db829fffeb33a4a64d12b87e9eebf4b535bd Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 2 Feb 2026 22:28:07 +0100 Subject: [PATCH] support/config-fragments/autobuild: drop Buildroot ARC toolchains We're already testing the ARC architecture with one Bootlin toolchain, it doesn't make sense to also test with two Buildroot internal toolchains the ARC architecture, which is not a primary architecture for Buildroot. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard (cherry picked from commit ceaf0a22831b1d0337d04ffa467a2433a23bfa42) Signed-off-by: Thomas Perale --- .../config-fragments/autobuild/br-arc-full-internal.config | 3 --- .../config-fragments/autobuild/br-arc-internal-glibc.config | 4 ---- support/config-fragments/autobuild/toolchain-configs.csv | 2 -- 3 files changed, 9 deletions(-) delete mode 100644 support/config-fragments/autobuild/br-arc-full-internal.config delete mode 100644 support/config-fragments/autobuild/br-arc-internal-glibc.config diff --git a/support/config-fragments/autobuild/br-arc-full-internal.config b/support/config-fragments/autobuild/br-arc-full-internal.config deleted file mode 100644 index 4755c9e45b..0000000000 --- a/support/config-fragments/autobuild/br-arc-full-internal.config +++ /dev/null @@ -1,3 +0,0 @@ -BR2_arcle=y -BR2_TOOLCHAIN_BUILDROOT_LOCALE=y -BR2_TOOLCHAIN_BUILDROOT_CXX=y diff --git a/support/config-fragments/autobuild/br-arc-internal-glibc.config b/support/config-fragments/autobuild/br-arc-internal-glibc.config deleted file mode 100644 index b9d6857240..0000000000 --- a/support/config-fragments/autobuild/br-arc-internal-glibc.config +++ /dev/null @@ -1,4 +0,0 @@ -BR2_arcle=y -BR2_archs38=y -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y -BR2_TOOLCHAIN_BUILDROOT_CXX=y diff --git a/support/config-fragments/autobuild/toolchain-configs.csv b/support/config-fragments/autobuild/toolchain-configs.csv index 047b22a9fa..86c2120ecc 100644 --- a/support/config-fragments/autobuild/toolchain-configs.csv +++ b/support/config-fragments/autobuild/toolchain-configs.csv @@ -42,8 +42,6 @@ support/config-fragments/autobuild/bootlin-x86-i686-musl.config,x86_64 support/config-fragments/autobuild/bootlin-x86-64-glibc.config,x86_64 support/config-fragments/autobuild/bootlin-x86-64-uclibc.config,x86_64 support/config-fragments/autobuild/bootlin-xtensa-uclibc.config,x86_64 -support/config-fragments/autobuild/br-arc-full-internal.config,any -support/config-fragments/autobuild/br-arc-internal-glibc.config,any support/config-fragments/autobuild/br-arm-basic.config,x86_64 support/config-fragments/autobuild/br-arm-full-nothread.config,x86_64 support/config-fragments/autobuild/br-arm-internal-full.config,any