From d57bb0b6dbb775359677d5efc48bf07788124deb Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 26 Jan 2025 12:32:28 +0100 Subject: [PATCH] support/testing/tests/package/test_gdb.py: fix ARC test Since the disabling of the Synopsys ARC toolchain in 11a8cdd2bbbd0ef4adf600e4792d75f6f2122ec8, the test tests.package.test_gdb.TestGdbArc was failing as it was relying on this external toolchain. Let's switch the test to use BR2_archs38, which allows to use a Bootlin toolchain. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/8892696282 Signed-off-by: Thomas Petazzoni Signed-off-by: Julien Olivain (cherry picked from commit d577c0208c7e0d5fbbd985ca2475793db6cf05fd) Signed-off-by: Peter Korsgaard --- support/testing/tests/package/test_gdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/testing/tests/package/test_gdb.py b/support/testing/tests/package/test_gdb.py index 4712162349..324052efdb 100644 --- a/support/testing/tests/package/test_gdb.py +++ b/support/testing/tests/package/test_gdb.py @@ -95,7 +95,7 @@ class TestGdbArc(BaseGdb): config = \ """ BR2_arcle=y - BR2_archs4x_rel31=y + BR2_archs38=y BR2_TOOLCHAIN_EXTERNAL=y BR2_PACKAGE_HOST_GDB=y BR2_PACKAGE_GDB=y