Skip to content

Commit 4da6370

Browse files
authored
ci : disable ccache for msvc windows release jobs (ggml-org#23911)
1 parent e366626 commit 4da6370

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,11 @@ jobs:
619619
run: |
620620
choco install ninja
621621
622-
- name: ccache
623-
uses: ggml-org/ccache-action@v1.2.21
624-
with:
625-
key: release-windows-2025-${{ matrix.arch }}-${{ matrix.backend }}
622+
# TODO: these jobs need to use llvm toolchain in order to utilize the ccache
623+
#- name: ccache
624+
# uses: ggml-org/ccache-action@v1.2.21
625+
# with:
626+
# key: release-windows-2025-${{ matrix.arch }}-${{ matrix.backend }}
626627

627628
- name: Install OpenCL Headers and Libs
628629
id: install_opencl
@@ -650,10 +651,10 @@ jobs:
650651
cmake -S . -B build ${{ matrix.defines }} -DGGML_NATIVE=OFF -DGGML_CPU=OFF -DGGML_BACKEND_DL=ON -DLLAMA_BUILD_BORINGSSL=ON
651652
cmake --build build --config Release --target ${{ matrix.target }}
652653
653-
- name: ccache-clear
654-
uses: ./.github/actions/ccache-clear
655-
with:
656-
key: release-windows-2025-${{ matrix.arch }}-${{ matrix.backend }}
654+
#- name: ccache-clear
655+
# uses: ./.github/actions/ccache-clear
656+
# with:
657+
# key: release-windows-2025-${{ matrix.arch }}-${{ matrix.backend }}
657658

658659
- name: Pack artifacts
659660
id: pack_artifacts

0 commit comments

Comments
 (0)