This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new de521fb711 ARROW-16972: [CI][Packaging] Fix -Dvapi instead of -Dvala
on homebrew formulae (#13504)
de521fb711 is described below
commit de521fb7118e0b02bde5522b837d11d99d3808b4
Author: Raúl Cumplido <[email protected]>
AuthorDate: Mon Jul 4 22:59:27 2022 +0200
ARROW-16972: [CI][Packaging] Fix -Dvapi instead of -Dvala on homebrew
formulae (#13504)
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
dev/tasks/homebrew-formulae/apache-arrow-glib.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/tasks/homebrew-formulae/apache-arrow-glib.rb
b/dev/tasks/homebrew-formulae/apache-arrow-glib.rb
index 7ad3ee12df..d13e01f555 100644
--- a/dev/tasks/homebrew-formulae/apache-arrow-glib.rb
+++ b/dev/tasks/homebrew-formulae/apache-arrow-glib.rb
@@ -54,7 +54,7 @@ class ApacheArrowGlib < Formula
def install
mkdir "build" do
- system "meson", *std_meson_args, "-Dvala=true", "../c_glib"
+ system "meson", *std_meson_args, "-Dvapi=true", "../c_glib"
system "ninja", "-v"
system "ninja", "install", "-v"
end