Skip to content

Commit

Permalink
DRAFT 790 - test on Darwin and Win32 w/o GC_INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Oct 16, 2024
1 parent b5fff12 commit ce64baa
Show file tree
Hide file tree
Showing 17 changed files with 57 additions and 1,320 deletions.
169 changes: 0 additions & 169 deletions .appveyor.yml

This file was deleted.

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

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/clang-format-check.yml

This file was deleted.

12 changes: 7 additions & 5 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,21 @@ jobs:
fail-fast: false

matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
os: [ macos-latest, windows-latest ]
c_compiler: [ cl, clang, gcc ]
cxx_compiler: [ cl, clang++, g++ ]
enable_cplusplus: [ off, on ]
enable_cplusplus: [ on ]
build_type: [ Release ]
disable_gc_debug: [ off ]
gc_assertions: [ on ]
large_config: [ on ]
large_config: [ off ]
enable_threads: [ off, on ]
enable_rwlock: [ off, on ]
redirect_malloc: [ off, on ]
enable_rwlock: [ off ]
redirect_malloc: [ off ]
shared_libs: [ off, on ]
exclude:
- os: windows-latest
enable_threads: off
- os: macos-latest
c_compiler: cl
- os: macos-latest
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/zig-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:

matrix:
zig_version: [ "0.13.0" ]
os: [ macos-latest, ubuntu-latest, windows-latest ]
os: [ macos-latest, windows-latest ]
ttriple: [ native, native-native-msvc ]
enable_cplusplus: [ true ]
gc_assertions: [ true ]
large_config: [ false ]
large_config: [ true ]
enable_threads: [ false, true ]
disable_handle_fork: [ false ]
enable_rwlock: [ false, true ]
redirect_malloc: [ false, true ]
enable_rwlock: [ false ]
redirect_malloc: [ false ]
enable_gc_debug: [ false, true ]
enable_munmap: [ false, true ]
enable_munmap: [ true ]
parallel_mark: [ false, true ]
thread_local_alloc: [ false, true ]
shared_libs: [ false, true ]
Expand All @@ -35,8 +35,6 @@ jobs:
ttriple: native-native-msvc
- os: macos-latest
ttriple: native-native-msvc
- os: ubuntu-latest
ttriple: native-native-msvc
- os: windows-latest
disable_handle_fork: true
- enable_threads: false
Expand Down
Loading

0 comments on commit ce64baa

Please sign in to comment.