Skip to content

Commit

Permalink
ARROW-9262: [Packaging][Linux][CI] Use Ubuntu 18.04 to build ARM64 pa…
Browse files Browse the repository at this point in the history
…ckages 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 <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Jun 28, 2020
1 parent d64891c commit 6848da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/tasks/linux-packages/travis.linux.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

os: linux
arch: arm64
dist: focal
dist: bionic
language: minimal

addons:
Expand Down Expand Up @@ -69,7 +69,7 @@ after_success:
github3.py \
jinja2 \
jira \
pygit2==0.28.2 \
pygit2==0.26.4 \
ruamel.yaml \
setuptools_scm \
toolz
Expand Down

0 comments on commit 6848da1

Please sign in to comment.