On 23/10/25 18:39, Alex Bennée wrote:
The whole point of SBSA_REF is for testing firmware which by
definition requires TCG. This means the configuration of:
--disable-tcg --with-devices-aarch64=minimal
makes no sense (and indeed is broken for the
ubuntu-24.04-aarch64-notcg) test. Drop it from minimal and remove the
allow_failure from the test case.
Signed-off-by: Alex Bennée <[email protected]>
---
configs/devices/aarch64-softmmu/minimal.mak | 1 -
.gitlab-ci.d/custom-runners/ubuntu-24.04-aarch64.yml | 2 --
2 files changed, 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>