From cf69bb37b70153dbfb6b340c005846a853ced974 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 10 May 2025 21:49:52 -0400 Subject: [PATCH] Revert "ci: disable testing on qemu_rx, still wip" This reverts commit e7ba84516badea2c2885aa447b1db5732a40073c. Signed-off-by: Anas Nashif --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dd6ee8a..e7ec5eba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1568,10 +1568,9 @@ jobs: PLATFORM_ARGS+="-p qemu_riscv32e " PLATFORM_ARGS+="-p qemu_riscv64 " ;; - # TODO: new architecutre, still work in progress in many areas. - #rx-zephyr-elf) - # PLATFORM_ARGS+="-p qemu_rx " - # ;; + rx-zephyr-elf) + PLATFORM_ARGS+="-p qemu_rx " + ;; sparc-zephyr-elf) PLATFORM_ARGS+="-p qemu_leon3 " ;;