Skip to content

Commit 4b5e117

Browse files
committed
ci: add cmake tool chain flag for windows arm
1 parent 7abbc6e commit 4b5e117

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/menlo-build.yml

Lines changed: 6 additions & 6 deletions
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_TOOLCHAIN_FILE=cmake/arm64-windows-llvm.cmake -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE='Release' -G \"Ninja Multi-Config\" "
351+
cmake-flags: "-DLLAMA_CURL=OFF -DBUILD_SHARED_LIBS=ON -DGGML_NATIVE=OFF -DCMAKE_TOOLCHAIN_FILE=cmake/arm64-windows-llvm.cmake -DCMAKE_BUILD_TYPE='Release' -GNinja"
352352
run-e2e: false
353353
vulkan: false
354354
ccache: true
@@ -405,11 +405,11 @@ jobs:
405405
sudo apt-get update -y
406406
sudo apt-get install -y build-essential vulkan-sdk
407407
408-
- name: Install Clang for Windows Arm64
409-
if: ${{ matrix.os == 'win'}} && ${{ matrix.name == 'windows-arm64' }}
410-
run: |
411-
choco install llvm
412-
clang --version
408+
# - name: Install Clang for Windows Arm64
409+
# if: ${{ matrix.os == 'win'}} && ${{ matrix.name == 'windows-arm64' }}
410+
# run: |
411+
# choco install llvm
412+
# clang --version
413413

414414
- name: Prepare Vulkan SDK Windows
415415
if: ${{ matrix.vulkan && (matrix.os == 'win') }}

0 commit comments

Comments
 (0)