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 edd0711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spec_test_on_nuttx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ jobs:
if: contains(matrix.wamr_test_option.mode, 'aot')
working-directory: apps/interpreters/wamr/wamr/wamr-compiler
run: |
cmake -Bbuild .
cmake --build build
cmake -B build .
cmake --build build -DWAMR_BUILD_SHRUNK_MEMORY=0
# the nuttx version we use for xtensa requires esptool.py newer than
# what we have in our version of the apache-nuttx-ci-linux image.
Expand Down

0 comments on commit edd0711

Please sign in to comment.