Add arm64 to nuttx compilation test (#2886)
This commit is contained in:
2
.github/workflows/compilation_on_nuttx.yml
vendored
2
.github/workflows/compilation_on_nuttx.yml
vendored
@ -69,6 +69,8 @@ jobs:
|
|||||||
"boards/risc-v/qemu-rv/rv-virt/configs/nsh",
|
"boards/risc-v/qemu-rv/rv-virt/configs/nsh",
|
||||||
# riscv64gc
|
# riscv64gc
|
||||||
"boards/risc-v/qemu-rv/rv-virt/configs/nsh64",
|
"boards/risc-v/qemu-rv/rv-virt/configs/nsh64",
|
||||||
|
# arm64
|
||||||
|
"boards/arm64/qemu/qemu-armv8a/configs/nsh",
|
||||||
]
|
]
|
||||||
wamr_config_option: [
|
wamr_config_option: [
|
||||||
"CONFIG_INTERPRETERS_WAMR=y\\nCONFIG_INTERPRETERS_WAMR_AOT=y\\nCONFIG_INTERPRETERS_WAMR_FAST=y\\n",
|
"CONFIG_INTERPRETERS_WAMR=y\\nCONFIG_INTERPRETERS_WAMR_AOT=y\\nCONFIG_INTERPRETERS_WAMR_FAST=y\\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user