mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +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
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user