Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(ci): build library first to avoid C++ modules race condition
GCC C++ modules require std.gcm to exist before dependent targets
compile. Build mcpplibs-capi-lua first (serialized) then build
remaining targets in parallel.

Co-authored-by: SPeak <sunrisepeak@d2learn.org>
  • Loading branch information
cursoragent and Sunrisepeak committed Feb 26, 2026
commit 57c8a62ebd54ad6c33ae54cf5cd25f0838091af1
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Build
run: |
xmake f -m release -y -vv
xmake build -y -vv mcpplibs-capi-lua
xmake -y -vv -j$(nproc)

- name: Test
Expand Down