diff --git a/.github/workflows/spec_test_on_nuttx.yml b/.github/workflows/spec_test_on_nuttx.yml index 6c36c45ca..6daec91dc 100644 --- a/.github/workflows/spec_test_on_nuttx.yml +++ b/.github/workflows/spec_test_on_nuttx.yml @@ -139,6 +139,11 @@ jobs: - target_config: { target: "xtensa" } 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: # Note: we use an unreleased version nuttx for xtensa because # 12.4 doesn't contain necessary esp32s3 changes.