Fix CCache path in GitHub Actions
This commit is contained in:
parent
040d9c3a44
commit
f28b548a2f
10
.github/workflows/osrm-backend.yml
vendored
10
.github/workflows/osrm-backend.yml
vendored
@ -12,7 +12,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CCACHE_DIR: /home/runner/.ccache
|
CCACHE_DIR: ${{ env.HOME }}/.ccache
|
||||||
CCACHE_TEMPDIR: /tmp/.ccache-temp
|
CCACHE_TEMPDIR: /tmp/.ccache-temp
|
||||||
CCACHE_COMPRESS: 1
|
CCACHE_COMPRESS: 1
|
||||||
CASHER_TIME_OUT: 599 # one second less than 10m to avoid 10m timeout error: https://github.com/Project-OSRM/osrm-backend/issues/2742
|
CASHER_TIME_OUT: 599 # one second less than 10m to avoid 10m timeout error: https://github.com/Project-OSRM/osrm-backend/issues/2742
|
||||||
@ -607,10 +607,10 @@ jobs:
|
|||||||
omitNameDuringUpdate: true
|
omitNameDuringUpdate: true
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Show CCache statistics
|
# - name: Show CCache statistics
|
||||||
run: |
|
# run: |
|
||||||
ccache -p
|
# ccache -p
|
||||||
ccache -s
|
# ccache -s
|
||||||
|
|
||||||
|
|
||||||
benchmarks:
|
benchmarks:
|
||||||
|
Loading…
Reference in New Issue
Block a user