Describe the enhancement requested
#46803 Removed swift implementation.
ci/scripts/swift_test.sh still exists and docker-compose.yml use this file.
|
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
Describe the enhancement requested
#46803 Removed swift implementation.
ci/scripts/swift_test.shstill exists anddocker-compose.ymluse this file.arrow/docker-compose.yml
Lines 1042 to 1054 in f082d31
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