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 2022/10/27 13:29:49 UTC

[GitHub] [arrow] AlenkaF commented on a diff in pull request #14307: ARROW-17892: [CI] Use Python 3.10 in AppVeyor build

AlenkaF commented on code in PR #14307:
URL: https://github.com/apache/arrow/pull/14307#discussion_r1006875848


##########
appveyor.yml:
##########
@@ -57,4 +55,6 @@ build_script:
 test: off
 
 after_build:
-  - ccache -s
+  # Try to get the info about the cache directory
+  - ccache -s -p
+  - sccache -s -p

Review Comment:
   Yeah, not sure what magic I had in mind :D 
   Planned to remove with the `-p` flag (or should we keep it?)



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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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