Skip to content

[CI][Dev][Swift] Is ci/scripts/swift_test.sh still necessary? #46806

@hiroyuki-sato

Description

@hiroyuki-sato

Describe the enhancement requested

#46803 Removed swift implementation.

ci/scripts/swift_test.sh still exists and docker-compose.yml use this file.

arrow/docker-compose.yml

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions