File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -824,8 +824,8 @@ jobs:
824824 defines : ' -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DGGML_RPC=ON -DGGML_VULKAN=ON'
825825 - build : ' llvm-arm64'
826826 defines : ' -G "Ninja Multi-Config" -D CMAKE_TOOLCHAIN_FILE=cmake/arm64-windows-llvm.cmake -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON'
827- - build : ' msvc -arm64'
828- defines : ' -G "Ninja Multi-Config" -D CMAKE_TOOLCHAIN_FILE=cmake/arm64-windows-msvc .cmake -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON'
827+ - build : ' mingw -arm64'
828+ defines : ' -G "Ninja Multi-Config" -D CMAKE_TOOLCHAIN_FILE=cmake/arm64-windows-mingw .cmake -DGGML_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON'
829829 - build : ' llvm-arm64-opencl-adreno'
830830 defines : ' -G "Ninja Multi-Config" -D CMAKE_TOOLCHAIN_FILE=cmake/arm64-windows-llvm.cmake -DCMAKE_PREFIX_PATH="$env:RUNNER_TEMP/opencl-arm64-release" -DGGML_OPENCL=ON -DGGML_OPENCL_USE_ADRENO_KERNELS=ON'
831831
@@ -925,7 +925,7 @@ jobs:
925925 - name : Test
926926 id : cmake_test
927927 # not all machines have native AVX-512
928- if : ${{ matrix.build != 'msvc -arm64' && matrix.build != 'llvm-arm64' && matrix.build != 'llvm-arm64-opencl-adreno' && matrix.build != 'kompute-x64' && matrix.build != 'vulkan-x64' && (matrix.build != 'avx512-x64' || env.HAS_AVX512F == '1') }}
928+ if : ${{ matrix.build != 'mingw -arm64' && matrix.build != 'llvm-arm64' && matrix.build != 'llvm-arm64-opencl-adreno' && matrix.build != 'kompute-x64' && matrix.build != 'vulkan-x64' && (matrix.build != 'avx512-x64' || env.HAS_AVX512F == '1') }}
929929 run : |
930930 cd build
931931 ctest -L main -C Release --verbose --timeout 900
File renamed without changes.
You can’t perform that action at this time.
0 commit comments