Hi, This fixes check-tcg for tricore and adds a test to the gitlab matrix so we don't miss it breaking again. New for v2: actually works and isn't an unholy mash of two docker container definitions.
Please review: - gitlab: enable a very minimal build with the tricore container - hw/tricore: fix inclusion of tricore_testboard Alex Bennée (2): hw/tricore: fix inclusion of tricore_testboard 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 | 40 ++++++++++++++++--- 5 files changed, 50 insertions(+), 9 deletions(-) -- 2.32.0.264.g75ae10bc75