ci : disable ccache for msvc windows release jobs (#23911)

This commit is contained in:
Georgi Gerganov
2026-06-03 08:05:21 +03:00
committed by GitHub
parent e3666269f9
commit 4da6370d43
+9 -8
View File
@@ -619,10 +619,11 @@ jobs:
run: | run: |
choco install ninja choco install ninja
- name: ccache # TODO: these jobs need to use llvm toolchain in order to utilize the ccache
uses: ggml-org/ccache-action@v1.2.21 #- name: ccache
with: # uses: ggml-org/ccache-action@v1.2.21
key: release-windows-2025-${{ matrix.arch }}-${{ matrix.backend }} # with:
# key: release-windows-2025-${{ matrix.arch }}-${{ matrix.backend }}
- name: Install OpenCL Headers and Libs - name: Install OpenCL Headers and Libs
id: install_opencl id: install_opencl
@@ -650,10 +651,10 @@ jobs:
cmake -S . -B build ${{ matrix.defines }} -DGGML_NATIVE=OFF -DGGML_CPU=OFF -DGGML_BACKEND_DL=ON -DLLAMA_BUILD_BORINGSSL=ON cmake -S . -B build ${{ matrix.defines }} -DGGML_NATIVE=OFF -DGGML_CPU=OFF -DGGML_BACKEND_DL=ON -DLLAMA_BUILD_BORINGSSL=ON
cmake --build build --config Release --target ${{ matrix.target }} cmake --build build --config Release --target ${{ matrix.target }}
- name: ccache-clear #- name: ccache-clear
uses: ./.github/actions/ccache-clear # uses: ./.github/actions/ccache-clear
with: # with:
key: release-windows-2025-${{ matrix.arch }}-${{ matrix.backend }} # key: release-windows-2025-${{ matrix.arch }}-${{ matrix.backend }}
- name: Pack artifacts - name: Pack artifacts
id: pack_artifacts id: pack_artifacts