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/27 19:46:41 UTC

[GitHub] [arrow] pitrou opened a new pull request #9344: ARROW-11406: [CI][C++] Fix ccache caching on Travis-CI

pitrou opened a new pull request #9344:
URL: https://github.com/apache/arrow/pull/9344


   


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



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

Posted by GitBox <gi...@apache.org>.
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



[GitHub] [arrow] pitrou closed pull request #9344: ARROW-11406: [CI][C++] Fix ccache caching on Travis-CI

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #9344:
URL: https://github.com/apache/arrow/pull/9344


   


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



[GitHub] [arrow] github-actions[bot] commented on pull request #9344: ARROW-11406: [CI][C++] Fix ccache caching on Travis-CI

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #9344:
URL: https://github.com/apache/arrow/pull/9344#issuecomment-768593387


   https://issues.apache.org/jira/browse/ARROW-11406


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



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

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #9344:
URL: https://github.com/apache/arrow/pull/9344#issuecomment-768564677


   Builds on Travis-CI:
   * first build (cold cache): https://travis-ci.com/github/pitrou/arrow/builds/214951977
   * second build (hot cache): https://travis-ci.com/github/pitrou/arrow/builds/214956140


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



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

Posted by GitBox <gi...@apache.org>.
pitrou commented on a change in pull request #9344:
URL: https://github.com/apache/arrow/pull/9344#discussion_r565927844



##########
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:
       No, that was to debug until I got it to work.




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



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

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #9344:
URL: https://github.com/apache/arrow/pull/9344#issuecomment-768949769


   Updated build: https://travis-ci.com/github/pitrou/arrow/builds/215044886


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