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:
Dion Moult
2026-06-01 18:26:29 +10:00
parent 025e60e635
commit 57a94095e8
+3 -2
View File
@@ -100,10 +100,11 @@ jobs:
# Skip IfcViewerWgpuMinimal: its createSurface has no Metal path
# yet (task #32). Static lib compiles cleanly because the X11 /
# 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: |
cmake --build build \
--target IfcViewerWgpu test_wgpu_selection test_wgpu_visibility \
-- -j
--target IfcViewerWgpu test_wgpu_selection test_wgpu_visibility
- name: Run state tests
working-directory: build