assignUser commented on code in PR #15116:
URL: https://github.com/apache/arrow/pull/15116#discussion_r1059423202
##########
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:
Yeah the idea was to not have to add multiple things manually after retrying
a bunch but being eplicit is probably for the best (e.g. `rm
'/usr/local/bin/2to3-3.11'`).
This is only done on the affected runners (non-10.13), using `overwrite`
would require us to change it in the brew internals which would affect everyone
not just these (wrongly configured) CI runners.
I'll switch this to the explicit removal, that will probably also fix the
brew job for which the glob apparently failed...
--
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]