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

   Could you apply this to use sccache with Crossbow? We can't use 
`actions/cache` + `ccache` with Crossbow.
   
   ```diff
   diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
   index ebbfd3e078..4b6d916f10 100644
   --- a/dev/tasks/tasks.yml
   +++ b/dev/tasks/tasks.yml
   @@ -815,7 +815,10 @@ tasks:
        ci: github
        template: docker-tests/github.linux.yml
        params:
   -      flags: -e ARROW_USE_MESON=ON
   +      # ARROWCCACHE=OFF is for using sccache
   +      flags: >-
   +        -e ARROW_CCACHE=OFF
   +        -e ARROW_USE_MESON=ON
          image: conda-cpp
    
      test-conda-cpp-valgrind:
   ```


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