-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Closed
Copy link
Description
Describe the bug, including details regarding any error messages, version, and platform.
The Linux packarges are failing to build on the release candidate branch for 22.0.0. They are trying to download apache arrow 22.0.0 from the official releases page which is not present:
** Execute yum:build
/usr/bin/ruby3.2 -S rake yum:build
cd apache-arrow
cd /home/runner/work/arrow/arrow/dev/tasks/linux-packages/../../..
rake aborted!
Errno::ENOENT: No such file or directory @ rb_sysopen - https://www.apache.org/dyn/closer.lua/arrow/arrow-22.0.0/apache-arrow-22.0.0.tar.gz
/home/runner/work/arrow/arrow/dev/tasks/linux-packages/apache-arrow/Rakefile:72:in `initialize'
/home/runner/work/arrow/arrow/dev/tasks/linux-packages/apache-arrow/Rakefile:72:in `open'
/home/runner/work/arrow/arrow/dev/tasks/linux-packages/apache-arrow/Rakefile:72:in `download_released_archive'
/home/runner/work/arrow/arrow/dev/tasks/linux-packages/apache-arrow/Rakefile:42:in `block in define_archive_task'
Tasks: TOP => yum:build => apache-arrow-22.0.0.tar.gz
See failures here:
https://github.com/apache/arrow/actions/runs/18499234357/job/52711311491
Component(s)
Release, Packaging