Skip to content

Commit 76e84ef

Browse files
committed
ci: run package builds together
1 parent e1e402a commit 76e84ef

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff 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)" -- -k
103+
cmake --build build --config Release -j "$(sysctl -n hw.logicalcpu)"
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)" -- -k
161+
cmake --build build --config Release -j "$(nproc)"
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)" -- -k
222+
cmake --build build --config Release -j "$(nproc)"
223223
224224
- name: ccache stats
225225
if: always()
@@ -390,12 +390,7 @@ jobs:
390390

391391
windows-cuda:
392392
name: Windows x64 CUDA ${{ matrix.cuda }}
393-
needs:
394-
- release-meta
395-
- macos-arm64
396-
- ubuntu-cpu
397-
- ubuntu-vulkan
398-
- windows-cpu
393+
needs: release-meta
399394
runs-on: windows-2022
400395
strategy:
401396
fail-fast: false

0 commit comments

Comments
 (0)