ci : bump ccache [no ci] (#20679)
* bump ccache * forgotten * disable for s390x * disable also for ppc64le
This commit is contained in:
@@ -46,7 +46,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.21
|
||||||
with:
|
with:
|
||||||
key: macOS-latest-ios
|
key: macOS-latest-ios
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -124,7 +124,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.21
|
||||||
with:
|
with:
|
||||||
key: macOS-latest-tvos
|
key: macOS-latest-tvos
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -186,7 +186,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.21
|
||||||
with:
|
with:
|
||||||
key: macOS-latest-swift
|
key: macOS-latest-swift
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
|
|||||||
@@ -43,7 +43,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.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-latest-sanitizer-${{ matrix.sanitizer }}
|
key: ubuntu-latest-sanitizer-${{ matrix.sanitizer }}
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
|
|||||||
@@ -45,7 +45,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.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-24-vulkan-llvmpipe
|
key: ubuntu-24-vulkan-llvmpipe
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
|
|||||||
+23
-22
@@ -69,7 +69,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.21
|
||||||
with:
|
with:
|
||||||
key: macOS-latest-arm64
|
key: macOS-latest-arm64
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -105,7 +105,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.21
|
||||||
with:
|
with:
|
||||||
key: macOS-latest-x64
|
key: macOS-latest-x64
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -141,7 +141,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.21
|
||||||
with:
|
with:
|
||||||
key: macOS-latest-arm64-webgpu
|
key: macOS-latest-arm64-webgpu
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -195,7 +195,8 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
if: ${{ matrix.build != 's390x' && matrix.build != 'ppc64le' }}
|
||||||
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-cpu-${{ matrix.build }}
|
key: ubuntu-cpu-${{ matrix.build }}
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -324,7 +325,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.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-24-webgpu
|
key: ubuntu-24-webgpu
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -436,7 +437,7 @@ jobs:
|
|||||||
sudo apt-get install -y build-essential git cmake rocblas-dev hipblas-dev libssl-dev rocwmma-dev
|
sudo apt-get install -y build-essential git cmake rocblas-dev hipblas-dev libssl-dev rocwmma-dev
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-22-hip
|
key: ubuntu-22-hip
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -467,7 +468,7 @@ jobs:
|
|||||||
apt-get install -y build-essential git cmake libssl-dev
|
apt-get install -y build-essential git cmake libssl-dev
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-22-musa
|
key: ubuntu-22-musa
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -513,7 +514,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.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-22-sycl
|
key: ubuntu-22-sycl
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -562,7 +563,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.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-22-sycl-fp16
|
key: ubuntu-22-sycl-fp16
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -605,7 +606,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
if: runner.environment == 'github-hosted'
|
if: runner.environment == 'github-hosted'
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-24-openvino-${{ matrix.variant }}-no-preset-v1
|
key: ubuntu-24-openvino-${{ matrix.variant }}-no-preset-v1
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -692,7 +693,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.21
|
||||||
with:
|
with:
|
||||||
key: windows-latest-${{ matrix.build }}
|
key: windows-latest-${{ matrix.build }}
|
||||||
variant: ccache
|
variant: ccache
|
||||||
@@ -798,7 +799,7 @@ jobs:
|
|||||||
apt install -y cmake build-essential ninja-build libgomp1 git libssl-dev
|
apt install -y cmake build-essential ninja-build libgomp1 git libssl-dev
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-latest-cuda
|
key: ubuntu-latest-cuda
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -830,7 +831,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install ccache
|
- name: Install ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: windows-cuda-${{ matrix.cuda }}
|
key: windows-cuda-${{ matrix.cuda }}
|
||||||
variant: ccache
|
variant: ccache
|
||||||
@@ -883,7 +884,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.21
|
||||||
with:
|
with:
|
||||||
key: windows-latest-sycl
|
key: windows-latest-sycl
|
||||||
variant: ccache
|
variant: ccache
|
||||||
@@ -944,7 +945,7 @@ jobs:
|
|||||||
& $clangPath.FullName --version
|
& $clangPath.FullName --version
|
||||||
|
|
||||||
- name: Install ccache
|
- name: Install ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: ${{ github.job }}
|
key: ${{ github.job }}
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -1068,7 +1069,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.21
|
||||||
with:
|
with:
|
||||||
key: ggml-ci-x64-cpu-low-perf
|
key: ggml-ci-x64-cpu-low-perf
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -1094,7 +1095,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.21
|
||||||
with:
|
with:
|
||||||
key: ggml-ci-arm64-cpu-low-perf
|
key: ggml-ci-arm64-cpu-low-perf
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -1120,7 +1121,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.21
|
||||||
with:
|
with:
|
||||||
key: ggml-ci-x64-cpu-high-perf
|
key: ggml-ci-x64-cpu-high-perf
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -1146,7 +1147,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.21
|
||||||
with:
|
with:
|
||||||
key: ggml-ci-arm64-cpu-high-perf
|
key: ggml-ci-arm64-cpu-high-perf
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -1172,7 +1173,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.21
|
||||||
with:
|
with:
|
||||||
key: ggml-ci-arm64-cpu-high-perf-sve
|
key: ggml-ci-arm64-cpu-high-perf-sve
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -1198,7 +1199,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.21
|
||||||
with:
|
with:
|
||||||
key: ggml-ci-arm64-cpu-kleidiai
|
key: ggml-ci-arm64-cpu-kleidiai
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -1250,7 +1251,7 @@ jobs:
|
|||||||
sudo apt-get install -y cmake
|
sudo apt-get install -y cmake
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: ggml-ci-arm64-cpu-kleidiai-graviton4
|
key: ggml-ci-arm64-cpu-kleidiai-graviton4
|
||||||
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.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: copilot-setup-steps
|
key: copilot-setup-steps
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -52,6 +52,6 @@ jobs:
|
|||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
.venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install -r requirements/requirements-all.txt -r tools/server/tests/requirements.txt
|
pip install -r requirements/requirements-all.txt -r tools/server/tests/requirements.txt
|
||||||
pip install flake8 pyright pre-commit
|
pip install flake8 pyright pre-commit
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: macOS-latest-arm64
|
key: macOS-latest-arm64
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -94,7 +94,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: macOS-latest-x64
|
key: macOS-latest-x64
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -153,7 +153,8 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
if: ${{ matrix.build != 's390x' }}
|
||||||
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-cpu-${{ matrix.build }}
|
key: ubuntu-cpu-${{ matrix.build }}
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -204,7 +205,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-22-vulkan
|
key: ubuntu-22-vulkan
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -269,7 +270,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-24-openvino-release-no-preset-v1
|
key: ubuntu-24-openvino-release-no-preset-v1
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -342,7 +343,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: windows-latest-cpu-${{ matrix.arch }}
|
key: windows-latest-cpu-${{ matrix.arch }}
|
||||||
variant: ccache
|
variant: ccache
|
||||||
@@ -403,7 +404,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.21
|
||||||
with:
|
with:
|
||||||
key: windows-latest-${{ matrix.backend }}-${{ matrix.arch }}
|
key: windows-latest-${{ matrix.backend }}-${{ matrix.arch }}
|
||||||
variant: ccache
|
variant: ccache
|
||||||
@@ -473,7 +474,7 @@ jobs:
|
|||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install ccache
|
- name: Install ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: windows-cuda-${{ matrix.cuda }}
|
key: windows-cuda-${{ matrix.cuda }}
|
||||||
variant: ccache
|
variant: ccache
|
||||||
@@ -549,7 +550,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.21
|
||||||
with:
|
with:
|
||||||
key: windows-latest-sycl
|
key: windows-latest-sycl
|
||||||
variant: ccache
|
variant: ccache
|
||||||
@@ -629,7 +630,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: ubuntu-rocm-${{ matrix.ROCM_VERSION }}-${{ matrix.build }}
|
key: ubuntu-rocm-${{ matrix.ROCM_VERSION }}-${{ matrix.build }}
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
@@ -739,7 +740,7 @@ jobs:
|
|||||||
key: rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}
|
key: rocm-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ runner.os }}
|
||||||
|
|
||||||
- name: ccache
|
- name: ccache
|
||||||
uses: ggml-org/ccache-action@v1.2.16
|
uses: ggml-org/ccache-action@v1.2.21
|
||||||
with:
|
with:
|
||||||
key: windows-latest-hip-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ matrix.name }}-x64
|
key: windows-latest-hip-${{ env.HIPSDK_INSTALLER_VERSION }}-${{ matrix.name }}-x64
|
||||||
evict-old-files: 1d
|
evict-old-files: 1d
|
||||||
|
|||||||
Reference in New Issue
Block a user