Skip to content

Commit 4b4a316

Browse files
committed
devops: going the llama macro route
Signed-off-by: Aaron Teo <[email protected]>
1 parent 8fdbfa1 commit 4b4a316

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ jobs:
191191
- build: 'arm64'
192192
os: ubuntu-22.04-arm
193193
- build: 's390x'
194-
os: ubuntu-22.04-s390x
194+
os: ubuntu-24.04-s390x
195195
- build: 'ppc64le'
196-
os: ubuntu-22.04-ppc64le
196+
os: ubuntu-24.04-ppc64le
197197

198198
runs-on: ${{ matrix.os }}
199199

@@ -218,8 +218,7 @@ jobs:
218218
id: cmake_build
219219
run: |
220220
cmake -B build \
221-
--compile-no-warning-as-error \
222-
-DLLAMA_FATAL_WARNINGS=ON \
221+
-DLLAMA_FATAL_WARNINGS=OFF \
223222
-DGGML_RPC=ON
224223
cmake --build build --config Release -j $(nproc)
225224

0 commit comments

Comments
 (0)