Skip to content

Commit 2e78ac0

Browse files
committed
devops: attempting static build
Signed-off-by: Aaron Teo <[email protected]>
1 parent a7432b7 commit 2e78ac0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devops/s390x.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ RUN --mount=type=cache,target=/root/.ccache \
2424
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
2525
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
2626
-DLLAMA_BUILD_TESTS=OFF \
27+
-DBUILD_SHARED_LIBS=OFF \
2728
-DGGML_NATIVE=OFF \
28-
-DGGML_BACKEND_DL=ON \
29-
-DGGML_CPU_ALL_VARIANTS=OFF \
3029
-DGGML_BLAS=ON \
3130
-DGGML_BLAS_VENDOR=OpenBLAS && \
3231
cmake --build build --config Release -j $(nproc) && \

0 commit comments

Comments
 (0)