Skip to content

Commit

Permalink
Allow brew python symlink update
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelorddremio committed Jun 17, 2024
1 parent ecf9a18 commit 0f96994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
# If llvm is installed, Apache Arrow C++ uses llvm rather than
# llvm@14 because llvm is newer than llvm@14.
brew uninstall llvm || :
# Upgrade errors in python, so need to remove sym links
rm /usr/local/bin/2to3
brew bundle --file=arrow/cpp/Brewfile
# We want to link aws-sdk-cpp statically but Homebrew's
Expand Down

0 comments on commit 0f96994

Please sign in to comment.