Hi, This fixes check-tcg for tricore and adds a test to the gitlab matrix so we don't miss it breaking again.
v3 - added new patch for configure.sh - changed symbol for board The following need review: - gitlab: enable a very minimal build with the tricore container - tests/tcg/configure.sh: add handling for assembler only builds Alex Bennée (3): hw/tricore: fix inclusion of tricore_testboard tests/tcg/configure.sh: add handling for assembler only builds gitlab: enable a very minimal build with the tricore container configs/devices/tricore-softmmu/default.mak | 1 + .gitlab-ci.d/buildtest.yml | 11 ++++++ hw/tricore/Kconfig | 3 +- hw/tricore/meson.build | 4 +-- .../dockerfiles/debian-tricore-cross.docker | 34 ++++++++++++++++--- tests/tcg/configure.sh | 18 ++++++++++ 6 files changed, 62 insertions(+), 9 deletions(-) -- 2.32.0.264.g75ae10bc75