Skip to content

Commit 2abff92

Browse files
committed
ci: add common cpu for windows
1 parent d314727 commit 2abff92

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/menlo-build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,22 @@ jobs:
6565
matrix:
6666
include:
6767
- os: "linux"
68-
name: "common-cpus-x64"
68+
name: "linux-common-cpus-x64"
6969
runs-on: "ubuntu-20-04"
7070
cmake-flags: "-DLLAMA_CURL=OFF -DGGML_CPU_ALL_VARIANTS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
7171
run-e2e: false
7272
vulkan: false
7373
ccache: true
7474
ccache-dir: "/home/runner/.ccache"
75+
- os: "windows"
76+
name: "windows-common-cpus-x64"
77+
runs-on: "windows-cuda-12-0"
78+
cmake-flags: "-DLLAMA_CURL=OFF -DGGML_CPU_ALL_VARIANTS=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE='Release' -GNinja"
79+
run-e2e: false
80+
vulkan: false
81+
ccache: false
82+
ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
83+
7584
# - os: "linux"
7685
# name: "noavx-x64"
7786
# runs-on: "ubuntu-20-04"

0 commit comments

Comments
 (0)