You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/05/06 09:50:41 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #7081: ARROW-8708: [CI] Utilize github actions cache for docker-compose volumes [WIP]

kszucs commented on a change in pull request #7081:
URL: https://github.com/apache/arrow/pull/7081#discussion_r420670036



##########
File path: .github/workflows/python.yml
##########
@@ -84,6 +93,14 @@ jobs:
         run: ci/scripts/util_checkout.sh
       - name: Free Up Disk Space
         run: ci/scripts/util_cleanup.sh
+      - name: Cache Docker Volumes
+        uses: actions/cache@v1
+        with:
+          path: .docker
+          key: ${{ matrix.cache }}-${{ hashFiles('cpp/**') }}
+          restore-keys: ${{ matrix.cache }}-
+      - name: Debug
+        run: mkdir -p .docker && du -d1 -h .docker

Review comment:
       Yes, removed.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org