kou commented on code in PR #40736:
URL: https://github.com/apache/arrow/pull/40736#discussion_r1540378718
##########
dev/tasks/homebrew-formulae/github.macos.yml:
##########
@@ -28,6 +28,8 @@ jobs:
{{ macros.configure_homebrew_arrow(formula)|indent }}
- name: Test formula
+ env:
+ HOMEBREW_NO_INSTALL_FROM_API: "1"
Review Comment:
I should have extracted this as a separated task.
It seems that homebrew-cpp task is broken. We assume that it uses our
configurations (`*.rb`) in
https://github.com/apache/arrow/tree/main/dev/tasks/homebrew-formulae but they
aren't used. I think that it's related to a Homebrew 4.0.0 change:
* https://brew.sh/2023/02/16/homebrew-4.0.0/
* https://docs.brew.sh/FAQ#can-i-edit-formulae-myself
I thought that this change fixes this but it seems that this change doesn't
work...
I'll open an issue for it and revert this change from this PR.
--
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]