Skip to content

Commit

Permalink
DRAFT 757 - test shared cord build with msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed May 3, 2024
1 parent 67090a1 commit 0b9637e
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 1,363 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.

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

This file was deleted.

7 changes: 7 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,8 @@ jobs:
enable_gc_debug: true
enable_rwlock: true
# The following ones just to reduce amount of jobs.
- build_cord: false
ttriple: native
- enable_munmap: false
shared_libs: true
- enable_munmap: true
Expand Down Expand Up @@ -93,6 +99,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 0b9637e

Please sign in to comment.