File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 -DLLAMA_FATAL_WARNINGS=ON \
101101 -DLLAMA_BUILD_BORINGSSL=ON \
102102 ${{ env.CMAKE_ARGS }}
103- cmake --build build --config Release -j "$(sysctl -n hw.logicalcpu)"
103+ cmake --build build --config Release -j "$(sysctl -n hw.logicalcpu)" -- -k
104104
105105 - name : ccache stats
106106 if : always()
@@ -158,7 +158,7 @@ jobs:
158158 -DGGML_CPU_ALL_VARIANTS=ON \
159159 -DLLAMA_FATAL_WARNINGS=ON \
160160 ${{ env.CMAKE_ARGS }}
161- cmake --build build --config Release -j "$(nproc)"
161+ cmake --build build --config Release -j "$(nproc)" -- -k
162162
163163 - name : ccache stats
164164 if : always()
@@ -219,7 +219,7 @@ jobs:
219219 -DGGML_VULKAN=ON \
220220 -DLLAMA_FATAL_WARNINGS=ON \
221221 ${{ env.CMAKE_ARGS }}
222- cmake --build build --config Release -j "$(nproc)"
222+ cmake --build build --config Release -j "$(nproc)" -- -k
223223
224224 - name : ccache stats
225225 if : always()
@@ -390,7 +390,12 @@ jobs:
390390
391391 windows-cuda :
392392 name : Windows x64 CUDA ${{ matrix.cuda }}
393- needs : release-meta
393+ needs :
394+ - release-meta
395+ - macos-arm64
396+ - ubuntu-cpu
397+ - ubuntu-vulkan
398+ - windows-cpu
394399 runs-on : windows-2022
395400 strategy :
396401 fail-fast : false
You can’t perform that action at this time.
0 commit comments