Skip to content

Commit ebf6620

Browse files
authored
apacheGH-33754: [CI] Install brewfile dependencies for verification task jobs on M1 (apache#33755)
### Rationale for this change This should fix the verification job failures for M1 ### What changes are included in this PR? The PR ensure installation of our defined `Brewfile` dependencies as part of the verification tasks ### Are these changes tested? Will be tested via crossbow tasks ### Are there any user-facing changes? No * Closes: apache#33754 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent fb264b7 commit ebf6620

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dev/tasks/verify-rc/github.macos.arm64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
TEST_DEFAULT: 0
4444
TEST_{{ target|upper }}: 1
4545
run: |
46+
brew bundle --file=arrow/cpp/Brewfile
47+
brew bundle --file=arrow/c_glib/Brewfile
4648
export PATH="$(brew --prefix node@16)/bin:$PATH"
4749
export PATH="$(brew --prefix ruby)/bin:$PATH"
4850
export PKG_CONFIG_PATH="$(brew --prefix ruby)/lib/pkgconfig"

0 commit comments

Comments
 (0)