File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ jobs:
101101 - name : Build
102102 run : |
103103 cd build
104- make llvm-spirv -j2
104+ make llvm-spirv -j$(nproc)
105105 - name : Build tests & test
106106 run : |
107107 cd build
108- make check-llvm-spirv -j2
108+ make check-llvm-spirv -j$(nproc)
109109
110110 build_windows :
111111 name : Windows
@@ -200,7 +200,7 @@ jobs:
200200 - name : Build
201201 run : |
202202 cd build
203- make llvm-spirv -j2
203+ make llvm-spirv -j$(sysctl -n hw.logicalcpu)
204204 # FIXME: Testing is disabled at the moment as it requires clang to be present
205205 # - name: Build tests & test
206206 # run: |
Original file line number Diff line number Diff line change 8484 - name : Build
8585 run : |
8686 cd build
87- make llvm-spirv -j2
87+ make llvm-spirv -j$(nproc)
8888 - name : Build tests & test
8989 run : |
9090 cd build
91- make check-llvm-spirv -j2
91+ make check-llvm-spirv -j$(nproc)
You can’t perform that action at this time.
0 commit comments