kou commented on code in PR #50185:
URL: https://github.com/apache/arrow/pull/50185#discussion_r3417979750


##########
dev/tasks/linux-packages/apt/build.sh:
##########
@@ -71,16 +71,18 @@ find . -not -path ./ccache -a -not -path "./ccache/*" 
-delete
 if which ccache > /dev/null 2>&1; then
   export CCACHE_COMPILERCHECK=content
   export CCACHE_COMPRESS=1
-  export CCACHE_COMPRESSLEVEL=6
   export CCACHE_DIR="${PWD}/ccache"
-  export CCACHE_MAXSIZE=500M
+  export CCACHE_LOGFILE="${PWD}/ccache.log"

Review Comment:
   This is for debugging why ccache couldn't cache something.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to