Skip to content

Commit bdb810b

Browse files
committed
no ccache avail
1 parent c85e21e commit bdb810b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/collector.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,6 @@ jobs:
177177
-e @'${{ github.workspace }}/ansible/secrets.yml' \
178178
ansible/ci-build-collector.yml
179179
180-
- name: Stats for ccache after build
181-
run: |
182-
tmp_ccache_dir=$(mktemp -d)
183-
tar xzf "${{ github.workspace }}/.ccache/docker.tar.gz" -C "$tmp_ccache_dir"
184-
ccache -s -d "$tmp_ccache_dir"
185-
rm -rf "$tmp_ccache_dir"
186-
187180
- name: Destroy Build VMs
188181
if: always()
189182
run: |

0 commit comments

Comments
 (0)