This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 0355ad6781 GH-45892: [Ruby] Unify test for list array in raw_records
and each_raw_record (#45940)
add 6fee049c81 GH-18036: [Packaging] Build Python wheel for musllinux
(#45470)
No new revisions were added by this update.
Summary of changes:
...readed-wheel-musllinux-test-imports.dockerfile} | 33 ++++--
...aded-wheel-musllinux-test-unittests.dockerfile} | 41 +++++---
ci/docker/python-wheel-manylinux.dockerfile | 5 +-
...file => python-wheel-musllinux-test.dockerfile} | 21 ++--
...ockerfile => python-wheel-musllinux.dockerfile} | 63 +++++-------
ci/scripts/install_vcpkg.sh | 2 +
...linux_build.sh => python_wheel_xlinux_build.sh} | 4 +-
dev/tasks/python-wheels/github.linux.yml | 26 +++--
dev/tasks/tasks.yml | 18 ++--
docker-compose.yml | 112 ++++++++++++++++++++-
python/pyarrow/tests/test_fs.py | 5 +-
python/pyarrow/tests/test_memory.py | 5 +-
python/pyarrow/tests/util.py | 11 ++
python/requirements-test.txt | 1 +
python/requirements-wheel-test.txt | 1 +
15 files changed, 251 insertions(+), 97 deletions(-)
copy ci/docker/{python-free-threaded-wheel-manylinux-test-imports.dockerfile
=> python-free-threaded-wheel-musllinux-test-imports.dockerfile} (62%)
copy ci/docker/{python-free-threaded-wheel-manylinux-test-unittests.dockerfile
=> python-free-threaded-wheel-musllinux-test-unittests.dockerfile} (69%)
copy ci/docker/{python-wheel-manylinux-test.dockerfile =>
python-wheel-musllinux-test.dockerfile} (83%)
copy ci/docker/{python-wheel-manylinux.dockerfile =>
python-wheel-musllinux.dockerfile} (73%)
rename ci/scripts/{python_wheel_manylinux_build.sh =>
python_wheel_xlinux_build.sh} (97%)