Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dev/tasks/homebrew-formulae/apache-arrow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class ApacheArrow < Formula

def install
ENV.cxx11
# link against system libc++ instead of llvm provided libc++
ENV.remove "HOMEBREW_LIBRARY_PATHS", Formula["llvm"].opt_lib
args = %W[
-DARROW_FLIGHT=ON
-DARROW_GANDIVA=ON
Expand Down
7 changes: 4 additions & 3 deletions dev/tasks/homebrew-formulae/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ before_script:
- brew unlink python@2
- brew config
- brew doctor || true
- brew audit $ARROW_FORMULA
- cp $ARROW_FORMULA $(brew --repository homebrew/core)/Formula/apache-arrow.rb
script:
- brew install -v --HEAD $ARROW_FORMULA
- brew test $ARROW_FORMULA
- brew install -v --HEAD apache-arrow
- brew test apache-arrow
- brew audit --strict apache-arrow