We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd923e commit 721117aCopy full SHA for 721117a
.github/workflows/spec_test_on_nuttx.yml
@@ -139,6 +139,11 @@ jobs:
139
- target_config: { target: "xtensa" }
140
wamr_feature_option: { mode: "-G" }
141
142
+ # disabled for now:
143
+ # https://github.com/espressif/llvm-project/issues/112
144
+ - target_config: { target: "xtensa" }
145
+ wamr_test_option: { mode: "-t aot -X" }
146
+
147
steps:
148
# Note: we use an unreleased version nuttx for xtensa because
149
# 12.4 doesn't contain necessary esp32s3 changes.
0 commit comments