Skip to content

Commit dc3d557

Browse files
committed
Revert "ci: disable testing on qemu_rx, still wip"
This reverts commit e7ba845. Signed-off-by: Anas Nashif <[email protected]>
1 parent 68d4a33 commit dc3d557

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,10 +1568,9 @@ jobs:
15681568
PLATFORM_ARGS+="-p qemu_riscv32e "
15691569
PLATFORM_ARGS+="-p qemu_riscv64 "
15701570
;;
1571-
# TODO: new architecutre, still work in progress in many areas.
1572-
#rx-zephyr-elf)
1573-
# PLATFORM_ARGS+="-p qemu_rx "
1574-
# ;;
1571+
rx-zephyr-elf)
1572+
PLATFORM_ARGS+="-p qemu_rx "
1573+
;;
15751574
sparc-zephyr-elf)
15761575
PLATFORM_ARGS+="-p qemu_leon3 "
15771576
;;

0 commit comments

Comments
 (0)