spec_test_on_nuttx.yml: disable xtensa xip

This commit is contained in:
YAMAMOTO Takashi 2025-05-01 21:58:42 +09:00
parent db6ea1d0f4
commit 26c35cbb6c

View File

@ -139,6 +139,11 @@ jobs:
- target_config: { target: "xtensa" } - target_config: { target: "xtensa" }
wamr_feature_option: { mode: "-G" } wamr_feature_option: { mode: "-G" }
# disabled for now:
# https://github.com/espressif/llvm-project/issues/112
- target_config: { target: "xtensa" }
wamr_test_option: { mode: "-t aot -X" }
steps: steps:
# Note: we use an unreleased version nuttx for xtensa because # Note: we use an unreleased version nuttx for xtensa because
# 12.4 doesn't contain necessary esp32s3 changes. # 12.4 doesn't contain necessary esp32s3 changes.