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 2020/06/28 23:34:24 UTC

[arrow] branch master updated: ARROW-9262: [Packaging][Linux][CI] Use Ubuntu 18.04 to build ARM64 packages on Travis CI

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 6848da1  ARROW-9262: [Packaging][Linux][CI] Use Ubuntu 18.04 to build ARM64 packages on Travis CI
6848da1 is described below

commit 6848da16411b9cedc3c75444a3dced6fed8a3413
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Mon Jun 29 08:33:49 2020 +0900

    ARROW-9262: [Packaging][Linux][CI] Use Ubuntu 18.04 to build ARM64 packages on Travis CI
    
    We got the following error with Ubuntu 20.04:
    
        gpg: Fatal: can't disable core dumps: Operation not permitted
    
    Closes #7573 from kou/linux-packages-use-bionic
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 dev/tasks/linux-packages/travis.linux.arm64.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/tasks/linux-packages/travis.linux.arm64.yml b/dev/tasks/linux-packages/travis.linux.arm64.yml
index 362c456..d082f81 100644
--- a/dev/tasks/linux-packages/travis.linux.arm64.yml
+++ b/dev/tasks/linux-packages/travis.linux.arm64.yml
@@ -17,7 +17,7 @@
 
 os: linux
 arch: arm64
-dist: focal
+dist: bionic
 language: minimal
 
 addons:
@@ -69,7 +69,7 @@ after_success:
       github3.py \
       jinja2 \
       jira \
-      pygit2==0.28.2 \
+      pygit2==0.26.4 \
       ruamel.yaml \
       setuptools_scm \
       toolz