Skip to content

Commit

Permalink
GH Actions: turn off cord.dll build by Zig using MSVC (temporarily)
Browse files Browse the repository at this point in the history
Issue #640 (bdwgc).
  • Loading branch information
ivmai committed May 3, 2024
1 parent 2eaa40c commit c0a7e22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/zig-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
parallel_mark: [ false, true ]
thread_local_alloc: [ false, true ]
shared_libs: [ false, true ]
build_cord: [ false, true ]
exclude:
- build_cord: true # FIXME: cordtest hangs if shared lib build by MSVC
shared_libs: true
ttriple: native-native-msvc
- os: macos-latest
ttriple: native-native-msvc
- os: ubuntu-latest
Expand All @@ -48,6 +52,10 @@ jobs:
enable_gc_debug: true
enable_rwlock: true
# The following ones just to reduce amount of jobs.
- build_cord: false
shared_libs: false
- build_cord: false
ttriple: native
- enable_munmap: false
shared_libs: true
- enable_munmap: true
Expand Down Expand Up @@ -93,6 +101,7 @@ jobs:
run: >
zig build -Dtarget=${{ matrix.ttriple }}
-DBUILD_SHARED_LIBS=${{ matrix.shared_libs }}
-Dbuild_cord=${{ matrix.build_cord }}
-Ddisable_handle_fork=${{ matrix.disable_handle_fork }}
-Denable_cplusplus=${{ matrix.enable_cplusplus }}
-Denable_gc_assertions=${{ matrix.gc_assertions }}
Expand Down

0 comments on commit c0a7e22

Please sign in to comment.