-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the enhancement requested
#46803 Removed swift implementation.
ci/scripts/swift_test.sh still exists and docker-compose.yml use this file.
Lines 1042 to 1054 in f082d31
| ubuntu-swift: | |
| # Usage: | |
| # docker compose build ubuntu-swift | |
| # docker compose run --rm ubuntu-swift | |
| # Parameters: | |
| image: ubuntu-swift | |
| build: | |
| context: . | |
| dockerfile: ci/docker/ubuntu-swift.dockerfile | |
| shm_size: *shm-size | |
| volumes: *ubuntu-volumes | |
| command: > | |
| /bin/bash -c "/arrow/ci/scripts/swift_test.sh /arrow" |
Is this part still necessary?
It may have planned to delete it in another PR, but I just wanted to double check.
Component(s)
Continuous Integration