Skip to content

Commit

Permalink
try only building all remaingin targets with 1 process, potential ci …
Browse files Browse the repository at this point in the history
…mem issue with 23.11
  • Loading branch information
ptheywood committed Jan 11, 2024
1 parent da922bf commit 3ad813d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/NVHPC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ jobs:

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

# Upload wheel artifacts to the job on GHA, with a short retention
# 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)
Expand Down

0 comments on commit 3ad813d

Please sign in to comment.