jonkeane commented on code in PR #15116:
URL: https://github.com/apache/arrow/pull/15116#discussion_r1059412492
##########
dev/tasks/homebrew-formulae/github.macos.yml:
##########
@@ -29,6 +29,10 @@ jobs:
{{ macros.configure_homebrew_arrow(formula)|indent }}
- name: Test formula
run: |
+ # The github runners have a non-brew 3.11 installed and the existing
symlinks cause
+ # the installation of brew 3.11 to fail
+ find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*'
-delete
Review Comment:
IMHO, this is a pretty expansive glob that could impact a number of
different files — any way that we could make it be a bit more specific to the
issue we're seeing? Either (or both of): looking for 3.11 specifically, only
running this on (specific) github runners? Or maybe even better: `brew link
--overwrite [email protected]` which is suggested in the message?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]