mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-06-18 02:59:21 +00:00
spec_test_on_nuttx.yml: Enable xip (#3671)
Related changes: https://github.com/bytecodealliance/wasm-micro-runtime/pull/3662 https://github.com/bytecodealliance/wasm-micro-runtime/pull/3666
This commit is contained in:
parent
4c5f35b0e3
commit
84b5221517
8
.github/workflows/spec_test_on_nuttx.yml
vendored
8
.github/workflows/spec_test_on_nuttx.yml
vendored
|
@ -100,10 +100,10 @@ jobs:
|
||||||
mode: "-t aot",
|
mode: "-t aot",
|
||||||
option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
|
option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
|
||||||
},
|
},
|
||||||
# {
|
{
|
||||||
# mode: "-t aot -X",
|
mode: "-t aot -X",
|
||||||
# option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
|
option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
|
||||||
# },
|
},
|
||||||
# {
|
# {
|
||||||
# mode: "-t classic-interp",
|
# mode: "-t classic-interp",
|
||||||
# option: "CONFIG_INTERPRETERS_WAMR_CLASSIC=y\\n"
|
# option: "CONFIG_INTERPRETERS_WAMR_CLASSIC=y\\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user