Skip to content

Commit

Permalink
master: conda-windows-v142.yml: another parallel build attempt.
Browse files Browse the repository at this point in the history
move conda-ubuntu-macos.yml  -> conda.yml
  • Loading branch information
bradbell committed Jan 24, 2025
1 parent 7705aaa commit 4fecbf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/conda-windows-v142.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,7 @@ jobs:
..
:: Build, check and Install
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target check install --parallel 4
# https://gitlab.kitware.com/cmake/cmake/-/issues/20564
# --parallel 1 works
# --parallel 4 does not work
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target check install -- /p:CL_MPCount=4
File renamed without changes.

0 comments on commit 4fecbf1

Please sign in to comment.