Skip to content

Commit e7ba845

Browse files
committed
ci: disable testing on qemu_rx, still wip
RX support still work in progress in upstream zephyr. Signed-off-by: Anas Nashif <[email protected]>
1 parent 0757035 commit e7ba845

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)