raulcd commented on code in PR #14561:
URL: https://github.com/apache/arrow/pull/14561#discussion_r1086557338
##########
docker-compose.yml:
##########
@@ -869,6 +870,25 @@ services:
volumes: *ubuntu-volumes
command: *python-command
+ ubuntu-swift:
+ # Usage:
+ # docker-compose build ubuntu-swift
+ # docker-compose run --rm ubuntu-swift
+ # Parameters:
+ # ARCH: amd64, arm64v8, ...
+ # UBUNTU: 20.04
+ image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-swift
+ build:
+ context: .
+ dockerfile: ci/docker/ubuntu-${UBUNTU}-swift.dockerfile
+ shm_size: *shm-size
+ environment:
+ <<: *ccache
+ volumes: *ubuntu-volumes
+ command: >
+ /bin/bash -c "/arrow/ci/scripts/swift_test.sh /arrow"
Review Comment:
I have no experience with swift but don't we have to build first? I can't
see us using the added `swift_build.sh` script anywhere, is it necessary?
--
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]