We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87244ac commit a7a3aafCopy full SHA for a7a3aaf
.github/workflows/premerge.yaml
@@ -61,6 +61,8 @@ jobs:
61
- name: Build and Test
62
shell: cmd
63
run: |
64
+ set MAX_PARALLEL_COMPILE_JOBS=64
65
+ set MAX_PARALLEL_LINK_JOBS=64
66
call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
67
bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}"
68
0 commit comments