Skip to content

Commit 92fc78c

Browse files
GH-46806: [Ci][Dev][Swift] Remove Swift related settings (#46807)
### Rationale for this change #46803 Removed switch implementation. But, Some Swift relate files are still exists. ### What changes are included in this PR? Remove Swift related settings ### Are these changes tested? No. ### Are there any user-facing changes? No but for developers of the swift implementation it has been moved to their own repository. * GitHub Issue: #46806 Authored-by: Hiroyuki Sato <hiroysato@gmail.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
1 parent 2ba455f commit 92fc78c

4 files changed

Lines changed: 0 additions & 99 deletions

File tree

ci/docker/ubuntu-swift.dockerfile

Lines changed: 0 additions & 34 deletions
This file was deleted.

ci/scripts/swift_test.sh

Lines changed: 0 additions & 47 deletions
This file was deleted.

dev/release/rat_exclude_files.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,3 @@ r/tools/nixlibs-allowlist.txt
151151
.gitattributes
152152
ruby/red-arrow/.yardopts
153153
.github/pull_request_template.md
154-
swift/data-generator/swift-datagen/go.sum
155-
swift/CDataWGo/go.sum

docker-compose.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ x-hierarchy:
157157
- ubuntu-cpp-thread-sanitizer
158158
- ubuntu-cpp-emscripten
159159
- ubuntu-r-valgrind
160-
- ubuntu-swift
161160
- ubuntu-verify-rc
162161
- r
163162
- r-revdepcheck
@@ -1039,21 +1038,6 @@ services:
10391038
volumes: *ubuntu-volumes
10401039
command: *python-command
10411040

1042-
ubuntu-swift:
1043-
# Usage:
1044-
# docker compose build ubuntu-swift
1045-
# docker compose run --rm ubuntu-swift
1046-
# Parameters:
1047-
image: ubuntu-swift
1048-
build:
1049-
context: .
1050-
dockerfile: ci/docker/ubuntu-swift.dockerfile
1051-
shm_size: *shm-size
1052-
volumes: *ubuntu-volumes
1053-
command: >
1054-
/bin/bash -c "/arrow/ci/scripts/swift_test.sh /arrow"
1055-
1056-
10571041
fedora-python:
10581042
# Usage:
10591043
# docker compose build fedora-cpp

0 commit comments

Comments
 (0)