Skip to content

Commit

Permalink
DRAFT 682 - test zig build with redirect_malloc and enable_gc_debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Jan 12, 2024
1 parent c0936ed commit bddb27d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1,276 deletions.
179 changes: 0 additions & 179 deletions .appveyor.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/CodeQL.yml

This file was deleted.

114 changes: 0 additions & 114 deletions .github/workflows/cmake-build.yml

This file was deleted.

9 changes: 8 additions & 1 deletion .github/workflows/zig-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
enable_rwlock: true
- enable_threads: false
thread_local_alloc: true
- enable_gc_debug: true # FIXME: some tests fail if gc_debug+redirect
- 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
Expand All @@ -51,6 +54,10 @@ jobs:
- enable_gc_debug: true
enable_rwlock: true
thread_local_alloc: false
- parallel_mark: false
redirect_malloc: true
- enable_gc_debug: true
thread_local_alloc: false
- os: macos-latest
enable_munmap: false
enable_threads: false
Expand Down
Loading

0 comments on commit bddb27d

Please sign in to comment.