Skip to content

Commit

Permalink
Use local based ccache for Mac build instead of sscache.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Jun 28, 2023
1 parent 2cc7c2f commit c31f3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
brew bundle --file=arrow/java/Brewfile
- name: Build C++ libraries
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
ARROW_USE_CCACHE: "ON"
run: |
set -e
# make brew Java available to CMake
Expand Down

0 comments on commit c31f3f7

Please sign in to comment.