You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/08/17 00:23:40 UTC

[arrow] branch master updated: ARROW-17422: [C++][CI] Linux builds are missing dependencies (#13886)

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 682c63a355 ARROW-17422: [C++][CI] Linux builds are missing dependencies (#13886)
682c63a355 is described below

commit 682c63a355f49eee2a96dc1e1af10ca6853570a7
Author: Jacob Wujciak-Jens <ja...@wujciak.de>
AuthorDate: Wed Aug 17 02:23:32 2022 +0200

    ARROW-17422: [C++][CI] Linux builds are missing dependencies (#13886)
    
    Authored-by: Jacob Wujciak-Jens <ja...@wujciak.de>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 dev/tasks/linux-packages/apache-arrow/debian/control.in | 1 +
 dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev/tasks/linux-packages/apache-arrow/debian/control.in b/dev/tasks/linux-packages/apache-arrow/debian/control.in
index 1e479238a9..7a7aeb8dce 100644
--- a/dev/tasks/linux-packages/apache-arrow/debian/control.in
+++ b/dev/tasks/linux-packages/apache-arrow/debian/control.in
@@ -158,6 +158,7 @@ Depends:
   libbrotli-dev,
   libbz2-dev,
 @USE_SYSTEM_C_ARES@  libc-ares-dev,
+  libcurl4-openssl-dev,
 @USE_SYSTEM_GRPC@  libgrpc++-dev,
   liblz4-dev,
   libre2-dev,
diff --git a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
index 96c4fcf4f4..f38a4824cb 100644
--- a/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
+++ b/dev/tasks/linux-packages/apache-arrow/yum/arrow.spec.in
@@ -288,6 +288,7 @@ Requires:	bzip2-devel
 %if %{use_flight}
 Requires:	c-ares-devel
 %endif
+Requires:	curl-devel
 %if %{use_gcs}
 Requires:	json-devel
 %endif