Skip to content

Commit

Permalink
install crc32c from brew as a workaround for missing symbol when bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Oct 11, 2023
1 parent 0b5bd3e commit 9d40184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/r/github.packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ jobs:
- name: Install R package system dependencies (macOS)
if: matrix.platform.name != 'Linux'
run: |
brew install sccache
brew install sccache crc32c
brew bundle --file arrow/cpp/Brewfile
- name: Remove arrow/
run: |
Expand Down

0 comments on commit 9d40184

Please sign in to comment.