This is an automated email from the ASF dual-hosted git repository. kou pushed a commit to branch maint-10.0.x in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 8f47806ce5054a9ba2d1da2f5e1b7def7c6bb1bb Author: Sutou Kouhei <[email protected]> AuthorDate: Tue Nov 15 12:08:45 2022 +0900 ARROW-18315: [CI][deb][RPM] Pin createrepo_c on Travis CI arm64-graviton (#14625) Because createrepo_c master can't be built on Travis CI arm64-gravition. Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]> --- dev/tasks/linux-packages/travis.linux.arm64.yml | 2 +- dev/tasks/macros.jinja | 2 +- 2 files 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 f3ec4f1de2..d95ab48241 100644 --- a/dev/tasks/linux-packages/travis.linux.arm64.yml +++ b/dev/tasks/linux-packages/travis.linux.arm64.yml @@ -79,7 +79,7 @@ before_script: # Build createrepo_c from source. # We can remove them when we can install createrepo_c package - - git clone --depth 1 https://github.com/rpm-software-management/createrepo_c.git + - git clone --depth 1 --branch 0.20.1 https://github.com/rpm-software-management/createrepo_c.git - pushd createrepo_c - | /usr/bin/cmake \ diff --git a/dev/tasks/macros.jinja b/dev/tasks/macros.jinja index bd3358e073..a880c17587 100644 --- a/dev/tasks/macros.jinja +++ b/dev/tasks/macros.jinja @@ -187,7 +187,7 @@ on: {% endmacro %} {%- macro travis_upload_releases(pattern) -%} - - sudo -H pip3 install pygit2==1.0 cryptography==36 + - sudo -H pip3 install pygit2==1.8.0 cryptography==36 - sudo -H pip3 install -e arrow/dev/archery[crossbow] - | archery crossbow \
