kou commented on issue #18036: URL: https://github.com/apache/arrow/issues/18036#issuecomment-1955477686
Sure. Here are related things: 1. `docker-compose.yml`: https://github.com/apache/arrow/blob/main/docker-compose.yml * We need to add `python-wheel-musllinux-*` like existing `python-wheel-manylinux-*` 2. `ci/docker/`: https://github.com/apache/arrow/blob/main/docker-compose.yml * We need to add `python-wheel-mulslinux*.dockerfile` like `python-wheel-manylinux*.dockerfile` for the above `docker-compose.yml` change 3. `ci/scripts/`: https://github.com/apache/arrow/tree/main/ci/scripts * We need to add `python_wheel_musllinux_build.sh` like existing `python_wheel_manylinux_build.sh` * We may be able to create an unified build script like `python_wheel_linux_build.sh` when we can unify `python_wheel_manylinux_build.sh` and `python_wheel_musllinux_build.sh` 4. `dev/tasks/tasks.yml`: https://github.com/apache/arrow/blob/main/dev/tasks/tasks.yml * We need to add `wheel-musllinux*` like existing `wheel-manylinux-*` to run `python-musllinux-*` services that are added by 1. in our nightly jobs (We may need to change another files too...) -- 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]
