Skip to content

Commit

Permalink
DRAFT 681 - 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 036f466
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1,279 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.

6 changes: 2 additions & 4 deletions .github/workflows/zig-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
enable_threads: [ false, true ]
disable_handle_fork: [ false ]
enable_rwlock: [ false, true ]
redirect_malloc: [ false, true ]
enable_gc_debug: [ false, true ]
redirect_malloc: [ true ] #false,
enable_gc_debug: [ true ] #false,
enable_munmap: [ false, true ]
parallel_mark: [ false, true ]
thread_local_alloc: [ false, true ]
Expand All @@ -36,8 +36,6 @@ jobs:
enable_rwlock: true
- enable_threads: false
thread_local_alloc: true
- enable_gc_debug: true # FIXME: some tests fail if gc_debug+redirect
redirect_malloc: true
# The following ones are long-running jobs, thus excluded.
- os: macos-latest
enable_gc_debug: true
Expand Down
Loading

0 comments on commit 036f466

Please sign in to comment.