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
1 change: 1 addition & 0 deletions dev/tasks/python-wheels/osx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ function build_wheel {
-DBoost_NAMESPACE=arrow_boost \
-DARROW_FLIGHT=ON \
-DgRPC_SOURCE=SYSTEM \
-Dc-ares_SOURCE=BUNDLED \
-DARROW_PROTOBUF_USE_SHARED=OFF \
-DMAKE=make \
..
Expand Down
6 changes: 3 additions & 3 deletions dev/tasks/python-wheels/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ install:
# the following functions are defined in osx-build.sh
- build_wheel arrow

# test the built wheels, remove llvm and grpc to ensure they link statically
- brew uninstall llvm@7
- brew uninstall grpc
# test the built wheels, remove llvm and grpc dependencies to ensure
# things are properly statically-linked
- brew uninstall llvm@7 grpc c-ares
- install_run arrow

# move built wheels to a top level directory
Expand Down