Skip to content

Commit

Permalink
ci: Disable xtensa-sample_controller32 testing
Browse files Browse the repository at this point in the history
This commit disables the testing of the Xtensa sample_controller32
toolchain because the corresponding Zephyr board support has not been
merged.

Revert this commit when the support for this platform is merged on the
Zephyr side.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Sep 27, 2024
1 parent ac5af21 commit 82a34a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,9 @@ jobs:
PLATFORM_ARGS+="-p qemu_xtensa "
;;
xtensa-sample_controller32_zephyr-elf)
PLATFORM_ARGS+="-p qemu_xtensa/sample_controller32/mpu "
# xtensa-sample_controller32_zephyr-elf is untested because no
# upstream user platform is currently available.
# PLATFORM_ARGS+="-p qemu_xtensa/sample_controller32/mpu "
;;
esac
done
Expand Down

0 comments on commit 82a34a6

Please sign in to comment.