kou commented on PR #39729:
URL: https://github.com/apache/arrow/pull/39729#issuecomment-2048956405

   Oh. Could you also use this?
   
   ```diff
   diff --git a/ci/scripts/install_sccache.sh b/ci/scripts/install_sccache.sh
   index 0346c0cc9c..136f39b3ae 100755
   --- a/ci/scripts/install_sccache.sh
   +++ b/ci/scripts/install_sccache.sh
   @@ -59,7 +59,7 @@ fi
    # Extract only the sccache binary into $PREFIX and ignore README and 
LICENSE.
    # --wildcards doesn't work on busybox.
    tar -xzvf $SCCACHE_ARCHIVE --strip-component=1 --directory $PREFIX 
--exclude="sccache*/*E*E*"
   -chmod u+x $PREFIX/sccache
   +chmod a+x $PREFIX/sccache
    
    if [ -n "${GITHUB_PATH}" ]; then
        echo "$PREFIX" >> $GITHUB_PATH
   ```


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