Skip to content

Commit

Permalink
force bundled build and additional flags to enable features
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Sep 19, 2023
1 parent f5b52f7 commit 25ae44e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev/tasks/r/github.packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,18 @@ jobs:
{{ macros.github_change_r_pkg_version(is_fork, '${{ needs.source.outputs.pkg_version }}')|indent }}
- name: Install Deps
run: |
#brew bundle --file=arrow/cpp/Brewfile
brew install sccache
brew install openssl@{{ '${{ matrix.openssl }}' }}
- name: Build libarrow
shell: bash
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
MACOSX_DEPLOYMENT_TARGET: "10.13"
ARROW_S3: true
ARROW_GCS: true
ARROW_DEPENDENCY_SOURCE: BUNDLED
CMAKE_GENERATOR: Ninja
LIBARROW_MINIMAL: false
run: |
export OPENSSL_ROOT_DIR=$(brew --prefix openssl@{{'${{ matrix.openssl }}' }})
cd arrow
Expand Down

0 comments on commit 25ae44e

Please sign in to comment.