summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorShravan Narayan <shravanrn@gmail.com>2023-12-13 18:43:11 -0600
committerShravan Narayan <shravanrn@gmail.com>2023-12-14 23:43:20 -0600
commit80b9752d478f1a710fda7ca51379aff87c407941 (patch)
tree96cad812688edb6c2dff4a780b0d9f0fb586e8a6 /.github
parent4e043bb16b6466702bc03898116d27748047e9b5 (diff)
downloadwabt-80b9752d478f1a710fda7ca51379aff87c407941.tar.gz
wabt-80b9752d478f1a710fda7ca51379aff87c407941.tar.bz2
wabt-80b9752d478f1a710fda7ca51379aff87c407941.zip
wasm2c: Cleanup/separate code for heap and stack signal handlers
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f9926ff6..29af531f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -172,7 +172,7 @@ jobs:
runs-on: ubuntu-latest
env:
USE_NINJA: "1"
- WASM2C_CFLAGS: "-DWASM_RT_USE_MMAP=1 -DWASM_RT_SKIP_SIGNAL_RECOVERY=1 -DWASM_RT_USE_STACK_DEPTH_COUNT=0 -DWASM2C_TEST_EMBEDDER_SIGNAL_HANDLING"
+ WASM2C_CFLAGS: "-DWASM_RT_USE_MMAP=1 -DWASM_RT_SKIP_SIGNAL_RECOVERY=1 -DWASM2C_TEST_EMBEDDER_SIGNAL_HANDLING"
steps:
- uses: actions/setup-python@v1
with:
@@ -182,4 +182,5 @@ jobs:
submodules: true
- run: sudo apt-get install ninja-build
- run: make clang-debug
- - run: ./test/run-tests.py --exclude-dir memory64
+ - name: tests (excluding memory64)
+ run: ./test/run-tests.py --exclude-dir memory64