A few native stack detection fixes for macOS/arm64 (#3368)

This commit is contained in:
YAMAMOTO Takashi
2024-04-26 20:37:55 +09:00
committed by GitHub
parent 410ee580ae
commit 120b9659dd
3 changed files with 7 additions and 3 deletions

View File

@ -380,9 +380,7 @@ jobs:
./iwasm wasm-apps/trap.aot | grep "#" > call_stack_aot.txt
bash -x ../symbolicate.sh
# skip on arm64 (macos-14) for now
- name: Build Sample [native-stack-overflow]
if: matrix.os != 'macos-14'
run: |
cd samples/native-stack-overflow
./build.sh