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 2021/01/28 01:00:28 UTC

[GitHub] [arrow] kou commented on a change in pull request #9344: ARROW-11406: [CI][C++] Fix ccache caching on Travis-CI

kou commented on a change in pull request #9344:
URL: https://github.com/apache/arrow/pull/9344#discussion_r565748011



##########
File path: .travis.yml
##########
@@ -143,11 +148,13 @@ script:
   #   /home/travis/.travis/functions: line 109: ulimit: core file size: cannot modify limit: Operation not permitted
   - |
     ulimit -c unlimited || :
+  - du -d2 -h $DOCKER_VOLUME_PREFIX

Review comment:
       Do we need this?
   We can see similar information by ccache statistics report: https://travis-ci.com/github/pitrou/arrow/jobs/477453957#L1533




----------------------------------------------------------------
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