Skip to content

Commit 74f4599

Browse files
committed
chore: update cmake flags
1 parent 121de6c commit 74f4599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/menlo-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
- os: "win"
349349
name: "windows-arm64"
350350
runs-on: "windows-11-arm"
351-
cmake-flags: "-DLLAMA_CURL=OFF -DBUILD_SHARED_LIBS=ON -DGGML_NATIVE=OFF -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE='Release' -GNinja"
351+
cmake-flags: "-DLLAMA_CURL=OFF -DBUILD_SHARED_LIBS=OFF -DGGML_NATIVE=OFF -DCMAKE_TOOLCHAIN_FILE=cmake/arm64-windows-llvm.cmake -DGGML_OPENMP=OF -DLLAMA_BUILD_SERVER=ON -DCMAKE_BUILD_TYPE='Release' -G 'Ninja Multi-Config' "
352352
run-e2e: false
353353
vulkan: false
354354
ccache: true

0 commit comments

Comments
 (0)