Skip to content

Commit 09b69d5

Browse files
slarenggerganov
authored andcommitted
llama : allow building all tests on windows when not using shared libs (ggml-org#13980)
* llama : allow building all tests on windows when not using shared libraries * add static windows build to ci * tests : enable debug logs for test-chat --------- Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 6bd02a0 commit 09b69d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,6 @@ jobs:
726726
matrix:
727727
include:
728728
- build: 'cpu-x64 (static)'
729-
arch: 'x64'
730729
defines: '-G "Ninja Multi-Config" -D CMAKE_TOOLCHAIN_FILE=cmake/x64-windows-llvm.cmake -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DGGML_RPC=ON -DBUILD_SHARED_LIBS=OFF'
731730
- build: 'openblas-x64'
732731
arch: 'x64'

0 commit comments

Comments
 (0)