Skip to content

Commit

Permalink
Fix comment out wrong section of yaml to turn off sccache.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Jun 9, 2023
1 parent 5d049c0 commit 754983f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: "10.13"
steps:
#Restore once the sccache vars are configured. {{ macros.github_checkout_arrow()|indent }}
ARROW_USE_CCACHE: "ON"
{{ macros.github_checkout_arrow()|indent }}
- name: Set up Python
if: |
!contains(matrix.platform.runs_on, 'self-hosted')
Expand Down Expand Up @@ -103,7 +102,8 @@ jobs:
brew bundle --file=arrow/java/Brewfile
- name: Build C++ libraries
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
#Restore once the sccache vars are configured. {{ 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 754983f

Please sign in to comment.