Skip to content

Commit 3ad813d

Browse files
committed
try only building all remaingin targets with 1 process, potential ci mem issue with 23.11
1 parent da922bf commit 3ad813d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/NVHPC.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ jobs:
260260

261261
- name: Build all remaining targets
262262
working-directory: ${{ env.BUILD_DIR }}
263-
run: cmake --build . --target all --verbose -j `nproc`
263+
run: cmake --build . --target all --verbose -j 1
264+
#`nproc`
264265

265266
# Upload wheel artifacts to the job on GHA, with a short retention
266267
# Use a unique name per job matrix run, to avoid a risk of corruption according to the docs (although it should work with unique filenames)

0 commit comments

Comments
 (0)