Skip to content

Commit

Permalink
use brewfile for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Sep 6, 2023
1 parent 2d0bdd6 commit 18bf346
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions cpp/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,29 @@ brew "aws-sdk-cpp"
brew "bash"
brew "boost"
brew "brotli"
brew "bzip2"
brew "c-ares"
brew "ccache"
brew "cmake"
brew "flatbuffers"
brew "git"
brew "glog"
brew "googletest"
brew "google-cloud-sdk"
brew "grpc"
brew "llvm@14"
brew "lz4"
brew "mimalloc"
brew "ninja"
brew "node"
brew "openssl@3"
brew "protobuf"
brew "python"
brew "rapidjson"
brew "re2"
brew "snappy"
brew "thrift"
brew "utf8proc"
brew "wget"
brew "xsimd"
brew "zstd"
4 changes: 2 additions & 2 deletions dev/tasks/r/github.packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
run: |
# TODO install deps
brew bundle --file=arrow/cpp/Brewfile
brew install openssl@{{ '${{ matrix.openssl }}' }}
export OPENSSL_ROOT_DIR=$(brew --prefix {{'${{ matrix.openssl }}' }})
export OPENSSL_ROOT_DIR=$(brew --prefix openssl@{{'${{ matrix.openssl }}' }})
r/inst/build_arrow_static.sh
- name: Bundle libarrow
shell: bash
Expand Down

0 comments on commit 18bf346

Please sign in to comment.