Skip to content

Commit

Permalink
Temporary disable the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 5, 2024
1 parent 820cfdb commit 1bd20b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
docker-cache-
docker-cache
if: github.event_name == 'push'
- name: Fill the cache
run: |
mkdir -p /tmp/docker/cache/.ccache
mkdir cache
cp -ar /tmp/docker/cache/.ccache cache
touch cache/.ccache/a-file
docker build --file=Dockerfile-fillcache .
rm -rf cache
#- name: Fill the cache
# run: |
# mkdir -p /tmp/docker/cache/.ccache
# mkdir cache
# cp -ar /tmp/docker/cache/.ccache cache
# touch cache/.ccache/a-file
# docker build --file=Dockerfile-fillcache .
# rm -rf cache

- run: make build-server
- run: make build-server-debug
Expand Down

0 comments on commit 1bd20b2

Please sign in to comment.