From 26a0222e4df2ea4aa6169fef789573a24d0c0525 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 17 Mar 2024 18:34:00 +0300 Subject: [PATCH] GH Actions: Remove workaround for illegal instruction in GC_clear_stack --- .github/workflows/zig-build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/zig-build.yml b/.github/workflows/zig-build.yml index 8a839ed16..881be4890 100644 --- a/.github/workflows/zig-build.yml +++ b/.github/workflows/zig-build.yml @@ -36,11 +36,6 @@ jobs: enable_rwlock: true - enable_threads: false thread_local_alloc: true - - os: ubuntu-latest # TODO: illegal instruction in GC_clear_stack - enable_gc_debug: true - enable_threads: false - redirect_malloc: true - shared_libs: false # The following ones are long-running jobs, thus excluded. - os: macos-latest enable_gc_debug: true