abandy commented on code in PR #14561:
URL: https://github.com/apache/arrow/pull/14561#discussion_r1086577877
##########
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:
Good point, "swift test" will start the build. I will remove the
swift_build.sh script.
--
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]