mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
support/testing/tests/package/test_gdb.py: fix ARC test
Since the disabling of the Synopsys ARC toolchain in11a8cdd2bb, 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 <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commitd577c0208c) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
3710aef80e
commit
d57bb0b6db
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user