raulcd commented on issue #50503: URL: https://github.com/apache/arrow/issues/50503#issuecomment-5031107223
> do you know how to build the release binaries? Yes, currently the release binaries are built using archery (docker). From [this latest nightly workflow](https://github.com/ursacomputing/crossbow/actions/runs/29738110816/workflow) the command to reproduce wheels for 3.14: > $ ARCHERY_DEBUG=1 ARCH=arm64/v8 PYTHON=3.14 PYTHON_ABI_TAG=cp314 PYTHON_IMAGE_TAG=3.14 archery docker run -e SETUPTOOLS_SCM_PRETEND_VERSION=26.0.0.dev16 python-wheel-manylinux-2-28 This Dockerfile is the one that gets run which manages third party dependencies via vcpkg: https://github.com/apache/arrow/blob/0f54c056e6d3576344971121708fc93deeaa3918/ci/docker/python-wheel-manylinux.dockerfile And the build script for the wheel itself is here: https://github.com/apache/arrow/blob/0f54c056e6d3576344971121708fc93deeaa3918/ci/scripts/python_wheel_xlinux_build.sh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
