kou commented on issue #33754:
URL: https://github.com/apache/arrow/issues/33754#issuecomment-1387115593

   The following patch may work:
   
   ```diff
   diff --git a/dev/tasks/verify-rc/github.macos.arm64.yml 
b/dev/tasks/verify-rc/github.macos.arm64.yml
   index 79cdf4479e..a875c7c224 100644
   --- a/dev/tasks/verify-rc/github.macos.arm64.yml
   +++ b/dev/tasks/verify-rc/github.macos.arm64.yml
   @@ -43,6 +43,8 @@ jobs:
              TEST_DEFAULT: 0
              TEST_{{ target|upper }}: 1
            run: |
   +          brew bundle --file=cpp/Brewfile
   +          brew bundle --file=c_glib/Brewfile
              export PATH="$(brew --prefix node@16)/bin:$PATH"
              export PATH="$(brew --prefix ruby)/bin:$PATH"
              export PKG_CONFIG_PATH="$(brew --prefix ruby)/lib/pkgconfig"
   ```


-- 
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]

Reply via email to