Skip to content

Commit

Permalink
Update NuttX workflow to disable shrunk memory build option
Browse files Browse the repository at this point in the history
  • Loading branch information
lum1n0us committed Jan 10, 2025
1 parent cd9c8f6 commit 3b6c319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spec_test_on_nuttx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
if: contains(matrix.wamr_test_option.mode, 'aot')
working-directory: apps/interpreters/wamr/wamr/wamr-compiler
run: |
cmake -Bbuild .
cmake -B build -DWAMR_BUILD_SHRUNK_MEMORY=0 -S .
cmake --build build
# the nuttx version we use for xtensa requires esptool.py newer than
Expand Down

0 comments on commit 3b6c319

Please sign in to comment.