mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
GitHub actions: make ccache actually working
This commit is contained in:
parent
04704a49a4
commit
06bbf8f743
9
.github/workflows/packages.yml
vendored
9
.github/workflows/packages.yml
vendored
@ -63,7 +63,8 @@ jobs:
|
|||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: deb-icinga2/ccache
|
path: deb-icinga2/ccache
|
||||||
key: '${{ matrix.distro.name }}/${{ matrix.distro.codename }}-ccache'
|
key: |-
|
||||||
|
${{ matrix.distro.name }}/${{ matrix.distro.codename }}-ccache-${{ hashFiles('deb-icinga2/ccache') }}
|
||||||
|
|
||||||
- name: Binary x64
|
- name: Binary x64
|
||||||
run: |
|
run: |
|
||||||
@ -197,7 +198,8 @@ jobs:
|
|||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: rpm-icinga2/ccache
|
path: rpm-icinga2/ccache
|
||||||
key: '${{ matrix.distro.name }}/${{ matrix.distro.release }}-ccache'
|
key: |-
|
||||||
|
${{ matrix.distro.name }}/${{ matrix.distro.release }}-ccache-${{ hashFiles('rpm-icinga2/ccache') }}
|
||||||
|
|
||||||
- name: Binary
|
- name: Binary
|
||||||
if: "steps.vars.outputs.CAN_BUILD == 'true'"
|
if: "steps.vars.outputs.CAN_BUILD == 'true'"
|
||||||
@ -266,7 +268,8 @@ jobs:
|
|||||||
uses: actions/cache@v1
|
uses: actions/cache@v1
|
||||||
with:
|
with:
|
||||||
path: raspbian-icinga2/ccache
|
path: raspbian-icinga2/ccache
|
||||||
key: 'raspbian/${{ matrix.codename }}-ccache'
|
key: |-
|
||||||
|
raspbian/${{ matrix.codename }}-ccache-${{ hashFiles('raspbian-icinga2/ccache') }}
|
||||||
|
|
||||||
- name: Binary
|
- name: Binary
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user