This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,6 @@ name: CI
33on :
44 push :
55 tags : ["v[0-9]+.[0-9]+.[0-9]+"]
6- paths :
7- [
8- " .github/scripts/**" ,
9- " .github/workflows/build.yml" ,
10- " **/CMakeLists.txt" ,
11- " **/Makefile" ,
12- " **/*.h" ,
13- " **/*.hpp" ,
14- " **/*.c" ,
15- " **/*.cpp" ,
16- " **/*.cu" ,
17- " **/*.cc" ,
18- " **/*.cxx" ,
19- " llama.cpp" ,
20- " !docs/**" ,
21- " !.gitignore" ,
22- " !README.md" ,
23- ]
246 workflow_dispatch :
257
268jobs :
@@ -124,13 +106,6 @@ jobs:
124106 AWS_SECRET_ACCESS_KEY : " ${{ secrets.MINIO_SECRET_ACCESS_KEY }}"
125107 SCCACHE_IDLE_TIMEOUT : " 0"
126108
127- # - name: start sccache server for windows
128- # if: runner.os == 'Windows'
129- # run: |
130- # sccache --start-server
131- # env:
132- # SCCACHE_IDLE_TIMEOUT: "0"
133-
134109 - name : Build Dependencies
135110 working-directory : cpp
136111 run : |
Original file line number Diff line number Diff line change 8181 AWS_SECRET_ACCESS_KEY : " ${{ secrets.MINIO_SECRET_ACCESS_KEY }}"
8282 SCCACHE_IDLE_TIMEOUT : " 0"
8383
84- # - name: start sccache server for windows
85- # if: runner.os == 'Windows'
86- # run: |
87- # sccache --start-server
88- # env:
89- # SCCACHE_IDLE_TIMEOUT: "0"
90-
9184 - name : Build Dependencies
9285 working-directory : cpp
9386 run : |
You can’t perform that action at this time.
0 commit comments