Skip to content

Commit

Permalink
Upload packages before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 16, 2024
1 parent ec65306 commit fe18d22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion dev/release/verify-yum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ case "${distribution}-${distribution_version}" in
centos-*)
distribution_prefix="centos"
repository_version+="-stream"
dnf update -y
;;
esac
if [ "$(arch)" = "aarch64" ]; then
Expand Down
7 changes: 4 additions & 3 deletions dev/tasks/linux-packages/github.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
APT_TARGETS: {{ target }}
REPO: {{ '${{ secrets.REPO }}' }}
YUM_TARGETS: {{ target }}

{% set patterns = upload_extensions | format_all("arrow/dev/tasks/linux-packages/*/*/repositories/**/*{}") %}
{{ macros.github_upload_releases(patterns)|indent }}

- name: Set up test
run: |
sudo apt install -y \
Expand Down Expand Up @@ -123,6 +127,3 @@ jobs:
APT_TARGETS: {{ target }}
ARROW_VERSION: {{ arrow.version }}
YUM_TARGETS: {{ target }}

{% set patterns = upload_extensions | format_all("arrow/dev/tasks/linux-packages/*/*/repositories/**/*{}") %}
{{ macros.github_upload_releases(patterns)|indent }}

0 comments on commit fe18d22

Please sign in to comment.