You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/04/20 19:21:52 UTC

[arrow] 10/28: ARROW-8501: [Packaging][RPM] Upgrade devtoolset to 8 on CentOS 6

This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 620bb2898a2b42462dee4145952bdad0c00f5415
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Sat Apr 18 07:21:31 2020 +0900

    ARROW-8501: [Packaging][RPM] Upgrade devtoolset to 8 on CentOS 6
    
    It seems that devtoolset-6 is removed.
    
    Closes #6971 from kou/packaging-centos-6-upgrade-devtoolset
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 dev/tasks/linux-packages/apache-arrow/yum/centos-6/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/linux-packages/apache-arrow/yum/centos-6/Dockerfile b/dev/tasks/linux-packages/apache-arrow/yum/centos-6/Dockerfile
index 08e6f15..60c312a 100644
--- a/dev/tasks/linux-packages/apache-arrow/yum/centos-6/Dockerfile
+++ b/dev/tasks/linux-packages/apache-arrow/yum/centos-6/Dockerfile
@@ -20,7 +20,7 @@ FROM centos:6
 ARG DEBUG
 
 ENV \
-  DEVTOOLSET_VERSION=6 \
+  DEVTOOLSET_VERSION=8 \
   LIBARCHIVE_SRPM_BASE=libarchive-3.1.2-10.el7_2.src.rpm \
   SRPM_DOWNLOAD_URL=http://vault.centos.org/7.6.1810/os/Source/SPackages