A few native stack detection fixes for macOS/arm64 (#3368)
This commit is contained in:
2
.github/workflows/compilation_on_macos.yml
vendored
2
.github/workflows/compilation_on_macos.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user