ci: Bump ggml-org/ccache-action to v1.2.24 (#28083)
This commit is contained in:
@@ -110,7 +110,7 @@ jobs:
|
|||||||
# cache on: https://github.com/ggerganov/tmp2/actions/runs/26534713799/job/78224189394
|
# cache on: https://github.com/ggerganov/tmp2/actions/runs/26534713799/job/78224189394
|
||||||
#
|
#
|
||||||
#- name: ccache
|
#- name: ccache
|
||||||
# uses: ggml-org/ccache-action@v1.2.21
|
# uses: ggml-org/ccache-action@v1.2.24
|
||||||
# with:
|
# with:
|
||||||
# key: android-ubuntu-arm64
|
# key: android-ubuntu-arm64
|
||||||
# evict-old-files: 1d
|
# evict-old-files: 1d
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: apple-arm64
|
key: apple-arm64
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -93,7 +93,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: apple-x64
|
key: apple-x64
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: cpu-${{ matrix.os }}
|
key: cpu-${{ matrix.os }}
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -156,7 +156,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: cpu-windows-2025-${{ matrix.build }}
|
key: cpu-windows-2025-${{ matrix.build }}
|
||||||
variant: ccache
|
variant: ccache
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
apt install -y cmake build-essential ninja-build libgomp1 git libssl-dev jq python3 python3-venv python3-pip
|
apt install -y cmake build-essential ninja-build libgomp1 git libssl-dev jq python3 python3-venv python3-pip
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: cuda-ubuntu-24.04-cuda
|
key: cuda-ubuntu-24.04-cuda
|
||||||
save: false
|
save: false
|
||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
sudo apt-get install -y build-essential git cmake rocblas-dev hipblas-dev libssl-dev rocwmma-dev jq python3-venv
|
sudo apt-get install -y build-essential git cmake rocblas-dev hipblas-dev libssl-dev rocwmma-dev jq python3-venv
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: cuda-ubuntu-22.04-hip
|
key: cuda-ubuntu-22.04-hip
|
||||||
save: false
|
save: false
|
||||||
@@ -159,7 +159,7 @@ jobs:
|
|||||||
apt-get install -y build-essential git cmake libssl-dev jq
|
apt-get install -y build-essential git cmake libssl-dev jq
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: cuda-ubuntu-22.04-musa
|
key: cuda-ubuntu-22.04-musa
|
||||||
save: false
|
save: false
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: release-windows-2022-${{ matrix.arch }}-cuda-${{ matrix.cuda }}
|
key: release-windows-2022-${{ matrix.arch }}-cuda-${{ matrix.cuda }}
|
||||||
|
|
||||||
@@ -152,7 +152,7 @@ jobs:
|
|||||||
& "${env:HIP_PATH}\lib\llvm\bin\clang.exe" --version
|
& "${env:HIP_PATH}\lib\llvm\bin\clang.exe" --version
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
# TODO: this build does not match the build in release.yml, so we use a different cache key
|
# TODO: this build does not match the build in release.yml, so we use a different cache key
|
||||||
# ideally, the builds should match, similar to the CUDA build above so that we would be able
|
# ideally, the builds should match, similar to the CUDA build above so that we would be able
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
#- name: ccache
|
#- name: ccache
|
||||||
# uses: ggml-org/ccache-action@v1.2.16
|
# uses: ggml-org/ccache-action@v1.2.24
|
||||||
# with:
|
# with:
|
||||||
# key: msys-windows-2025-x64
|
# key: msys-windows-2025-x64
|
||||||
# variant: ccache
|
# variant: ccache
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: opencl-windows-2025-x64
|
key: opencl-windows-2025-x64
|
||||||
variant: ccache
|
variant: ccache
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: openvino-windows-2022
|
key: openvino-windows-2022
|
||||||
variant: ccache
|
variant: ccache
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
|
|
||||||
# note: sparing some ccache since these jobs run on dedicated runners that are not part of the organitzation
|
# note: sparing some ccache since these jobs run on dedicated runners that are not part of the organitzation
|
||||||
#- name: ccache
|
#- name: ccache
|
||||||
# uses: ggml-org/ccache-action@afde29e5b5422e5da23cb1f639e8baecadeadfc3 # https://github.com/ggml-org/ccache-action/pull/1
|
# uses: ggml-org/ccache-action@v1.2.24
|
||||||
# with:
|
# with:
|
||||||
# key: riscv-ubuntu-native
|
# key: riscv-ubuntu-native
|
||||||
# evict-old-files: 1d
|
# evict-old-files: 1d
|
||||||
@@ -137,7 +137,7 @@ jobs:
|
|||||||
|
|
||||||
# note: sparing some ccache since these jobs run on dedicated runners that are not part of the organitzation
|
# note: sparing some ccache since these jobs run on dedicated runners that are not part of the organitzation
|
||||||
#- name: ccache
|
#- name: ccache
|
||||||
# uses: ggml-org/ccache-action@afde29e5b5422e5da23cb1f639e8baecadeadfc3 # https://github.com/ggml-org/ccache-action/pull/1
|
# uses: ggml-org/ccache-action@v1.2.24
|
||||||
# with:
|
# with:
|
||||||
# key: riscv-ubuntu-native-sanitizer-${{ matrix.sanitizer }}-${{ matrix.build_type }}
|
# key: riscv-ubuntu-native-sanitizer-${{ matrix.sanitizer }}-${{ matrix.build_type }}
|
||||||
# evict-old-files: 1d
|
# evict-old-files: 1d
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
# - name: ccache
|
# - name: ccache
|
||||||
# uses: ggml-org/ccache-action@v1.2.21
|
# uses: ggml-org/ccache-action@v1.2.24
|
||||||
# if: ${{ matrix.sanitizer != 'UNDEFINED' }}
|
# if: ${{ matrix.sanitizer != 'UNDEFINED' }}
|
||||||
# with:
|
# with:
|
||||||
# key: ctest-${{ matrix.sanitizer }}-ubuntu-24.04
|
# key: ctest-${{ matrix.sanitizer }}-ubuntu-24.04
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
sudo apt-get install -y ./level-zero.deb ./level-zero-devel.deb
|
sudo apt-get install -y ./level-zero.deb ./level-zero-devel.deb
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: sycl-ubuntu-24-${{ matrix.build }}
|
key: sycl-ubuntu-24-${{ matrix.build }}
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -137,7 +137,7 @@ jobs:
|
|||||||
"LEVEL_ZERO_V1_SDK_PATH=C:/level-zero-sdk" | Out-File -FilePath $env:GITHUB_ENV -Append
|
"LEVEL_ZERO_V1_SDK_PATH=C:/level-zero-sdk" | Out-File -FilePath $env:GITHUB_ENV -Append
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: sycl-windows-latest
|
key: sycl-windows-latest
|
||||||
variant: ccache
|
variant: ccache
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
echo "CXX=g++-14" >> "$GITHUB_ENV"
|
echo "CXX=g++-14" >> "$GITHUB_ENV"
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: vulkan-ubuntu-24.04-arm
|
key: vulkan-ubuntu-24.04-arm
|
||||||
variant: ccache
|
variant: ccache
|
||||||
@@ -112,7 +112,7 @@ jobs:
|
|||||||
strip: 1
|
strip: 1
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: vulkan-ubuntu-24.04-llvmpipe
|
key: vulkan-ubuntu-24.04-llvmpipe
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -160,7 +160,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: cpu-windows-2025-x64-vulkan
|
key: cpu-windows-2025-x64-vulkan
|
||||||
variant: ccache
|
variant: ccache
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: webgpu-ubuntu-24.04-arm-wasm
|
key: webgpu-ubuntu-24.04-arm-wasm
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: webgpu-macos-latest
|
key: webgpu-macos-latest
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -120,7 +120,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: webgpu-ubuntu-24.04
|
key: webgpu-ubuntu-24.04
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: copilot-setup-steps
|
key: copilot-setup-steps
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
sudo apt-get install -y build-essential git cmake rocblas-dev hipblas-dev libssl-dev python3
|
sudo apt-get install -y build-essential git cmake rocblas-dev hipblas-dev libssl-dev python3
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: hip-quality-check-ubuntu-22.04
|
key: hip-quality-check-ubuntu-22.04
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
path: tools/ui/dist
|
path: tools/ui/dist
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: release-${{ matrix.os }}-${{ matrix.arch }}
|
key: release-${{ matrix.os }}-${{ matrix.arch }}
|
||||||
|
|
||||||
@@ -187,7 +187,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
if: ${{ matrix.build != 's390x' }}
|
if: ${{ matrix.build != 's390x' }}
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: release-${{ matrix.os }}-cpu
|
key: release-${{ matrix.os }}-cpu
|
||||||
|
|
||||||
@@ -272,7 +272,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: release-${{ matrix.os }}-vulkan
|
key: release-${{ matrix.os }}-vulkan
|
||||||
|
|
||||||
@@ -358,7 +358,7 @@ jobs:
|
|||||||
# cache on: https://github.com/ggerganov/tmp2/actions/runs/26534713799/job/78224189394
|
# cache on: https://github.com/ggerganov/tmp2/actions/runs/26534713799/job/78224189394
|
||||||
#
|
#
|
||||||
#- name: ccache
|
#- name: ccache
|
||||||
# uses: ggml-org/ccache-action@v1.2.21
|
# uses: ggml-org/ccache-action@v1.2.24
|
||||||
# with:
|
# with:
|
||||||
# key: release-android-arm64
|
# key: release-android-arm64
|
||||||
|
|
||||||
@@ -436,7 +436,7 @@ jobs:
|
|||||||
path: tools/ui/dist
|
path: tools/ui/dist
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: release-ubuntu-24.04-openvino-release-no-preset-v1
|
key: release-ubuntu-24.04-openvino-release-no-preset-v1
|
||||||
|
|
||||||
@@ -551,7 +551,7 @@ jobs:
|
|||||||
path: tools/ui/dist
|
path: tools/ui/dist
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: release-windows-2022-openvino
|
key: release-windows-2022-openvino
|
||||||
variant: ccache
|
variant: ccache
|
||||||
@@ -679,7 +679,7 @@ jobs:
|
|||||||
choco install ninja
|
choco install ninja
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: release-windows-2025-vs2026-${{ matrix.arch }}-cpu
|
key: release-windows-2025-vs2026-${{ matrix.arch }}-cpu
|
||||||
|
|
||||||
@@ -741,7 +741,7 @@ jobs:
|
|||||||
choco install ninja
|
choco install ninja
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: windows-rocm-${{ matrix.ROCM_VERSION }}-${{ matrix.build }}
|
key: windows-rocm-${{ matrix.ROCM_VERSION }}-${{ matrix.build }}
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -923,7 +923,7 @@ jobs:
|
|||||||
|
|
||||||
# TODO: these jobs need to use llvm toolchain in order to utilize the ccache
|
# TODO: these jobs need to use llvm toolchain in order to utilize the ccache
|
||||||
#- name: ccache
|
#- name: ccache
|
||||||
# uses: ggml-org/ccache-action@v1.2.21
|
# uses: ggml-org/ccache-action@v1.2.24
|
||||||
# with:
|
# with:
|
||||||
# key: release-windows-2025-${{ matrix.arch }}-${{ matrix.backend }}
|
# key: release-windows-2025-${{ matrix.arch }}-${{ matrix.backend }}
|
||||||
|
|
||||||
@@ -1011,7 +1011,7 @@ jobs:
|
|||||||
choco install ninja
|
choco install ninja
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: release-windows-2022-${{ matrix.arch }}-cuda-${{ matrix.cuda }}
|
key: release-windows-2022-${{ matrix.arch }}-cuda-${{ matrix.cuda }}
|
||||||
|
|
||||||
@@ -1107,7 +1107,7 @@ jobs:
|
|||||||
"LEVEL_ZERO_V1_SDK_PATH=C:/level-zero-sdk" | Out-File -FilePath $env:GITHUB_ENV -Append
|
"LEVEL_ZERO_V1_SDK_PATH=C:/level-zero-sdk" | Out-File -FilePath $env:GITHUB_ENV -Append
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: release-windows-2022-x64-sycl
|
key: release-windows-2022-x64-sycl
|
||||||
|
|
||||||
@@ -1225,7 +1225,7 @@ jobs:
|
|||||||
path: tools/ui/dist
|
path: tools/ui/dist
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: release-ubuntu-24.04-sycl-${{ matrix.build }}
|
key: release-ubuntu-24.04-sycl-${{ matrix.build }}
|
||||||
|
|
||||||
@@ -1302,7 +1302,7 @@ jobs:
|
|||||||
tool-cache: true
|
tool-cache: true
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: release-ubuntu-24.04-rocm-${{ matrix.ROCM_VERSION }}-${{ matrix.build }}
|
key: release-ubuntu-24.04-rocm-${{ matrix.ROCM_VERSION }}-${{ matrix.build }}
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ jobs:
|
|||||||
ref: ${{ github.event.inputs.sha || github.event.pull_request.head.sha || github.sha || github.head_ref || github.ref_name }}
|
ref: ${{ github.event.inputs.sha || github.event.pull_request.head.sha || github.sha || github.head_ref || github.ref_name }}
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: server-ubuntu-24.04-arm
|
key: server-ubuntu-24.04-arm
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -150,7 +150,7 @@ jobs:
|
|||||||
ref: ${{ github.event.inputs.sha || github.event.pull_request.head.sha || github.sha || github.head_ref || github.ref_name }}
|
ref: ${{ github.event.inputs.sha || github.event.pull_request.head.sha || github.sha || github.head_ref || github.ref_name }}
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.21
|
uses: ggml-org/ccache-action@v1.2.24
|
||||||
with:
|
with:
|
||||||
key: server-windows-2025-x64
|
key: server-windows-2025-x64
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
|
|||||||
Reference in New Issue
Block a user