mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
ci: wgpu mac — drop the bare \-j\ flag
Ninja rejects \`-j\` without a numeric argument (unlike make, which treats bare \`-j\` as unlimited parallelism). Build step exited with \`ninja: fatal: invalid -j parameter\`. Drop the \`-- -j\` tail entirely; Ninja already parallelises across available cores by default. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -100,10 +100,11 @@ jobs:
|
|||||||
# Skip IfcViewerWgpuMinimal: its createSurface has no Metal path
|
# Skip IfcViewerWgpuMinimal: its createSurface has no Metal path
|
||||||
# yet (task #32). Static lib compiles cleanly because the X11 /
|
# yet (task #32). Static lib compiles cleanly because the X11 /
|
||||||
# Wayland surface blocks are wrapped in #if defined(Q_OS_LINUX).
|
# Wayland surface blocks are wrapped in #if defined(Q_OS_LINUX).
|
||||||
|
# No `-- -j N`: Ninja parallelises by default (it rejects bare
|
||||||
|
# `-j` unlike make).
|
||||||
run: |
|
run: |
|
||||||
cmake --build build \
|
cmake --build build \
|
||||||
--target IfcViewerWgpu test_wgpu_selection test_wgpu_visibility \
|
--target IfcViewerWgpu test_wgpu_selection test_wgpu_visibility
|
||||||
-- -j
|
|
||||||
|
|
||||||
- name: Run state tests
|
- name: Run state tests
|
||||||
working-directory: build
|
working-directory: build
|
||||||
|
|||||||
Reference in New Issue
Block a user