Skip to content

Commit

Permalink
GH-33754: [CI] Install brewfile dependencies for verification task jo…
Browse files Browse the repository at this point in the history
…bs on M1 (#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: #33754

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
raulcd committed Jan 19, 2023
1 parent fb264b7 commit ebf6620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/verify-rc/github.macos.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
TEST_DEFAULT: 0
TEST_{{ target|upper }}: 1
run: |
brew bundle --file=arrow/cpp/Brewfile
brew bundle --file=arrow/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"
Expand Down

0 comments on commit ebf6620

Please sign in to comment.