Skip to content

Commit c84158d

Browse files
committed
ci: disable testing on qemu_rx
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 2d30033 commit c84158d

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
@@ -1569,9 +1569,10 @@ jobs:
15691569
PLATFORM_ARGS+="-p qemu_riscv32e "
15701570
PLATFORM_ARGS+="-p qemu_riscv64 "
15711571
;;
1572-
rx-zephyr-elf)
1573-
PLATFORM_ARGS+="-p qemu_rx "
1574-
;;
1572+
# not fully enabled in zephyr yet
1573+
# rx-zephyr-elf)
1574+
# PLATFORM_ARGS+="-p qemu_rx "
1575+
# ;;
15751576
sparc-zephyr-elf)
15761577
PLATFORM_ARGS+="-p qemu_leon3 "
15771578
;;

0 commit comments

Comments
 (0)