File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments