Skip to content

Commit 6e94dc8

Browse files
committed
GH-40029: [Packaging][Ubuntu] Drop support for Ubuntu 23.10 Mantic Minotaur
We already have Ubuntu 24.04 LTS support. So Ubuntu 23.10 non-LTS support is needless.
1 parent d989191 commit 6e94dc8

7 files changed

Lines changed: 0 additions & 152 deletions

File tree

dev/release/binary-task.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,6 @@ def available_apt_targets
10881088
["debian", "trixie", "main"],
10891089
["ubuntu", "focal", "main"],
10901090
["ubuntu", "jammy", "main"],
1091-
["ubuntu", "mantic", "main"],
10921091
["ubuntu", "noble", "main"],
10931092
]
10941093
end
@@ -2122,8 +2121,6 @@ def apt_test_targets_default
21222121
# "ubuntu-focal-arm64",
21232122
"ubuntu-jammy",
21242123
# "ubuntu-jammy-arm64",
2125-
"ubuntu-mantic",
2126-
# "ubuntu-mantic-arm64",
21272124
"ubuntu-noble",
21282125
# "ubuntu-noble-arm64",
21292126
]

dev/release/verify-release-candidate.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ test_apt() {
195195
"arm64v8/ubuntu:focal" \
196196
"ubuntu:jammy" \
197197
"arm64v8/ubuntu:jammy" \
198-
"ubuntu:mantic" \
199-
"arm64v8/ubuntu:mantic" \
200198
"ubuntu:noble" \
201199
"arm64v8/ubuntu:noble"; do \
202200
case "${target}" in

dev/tasks/linux-packages/apache-arrow-apt-source/apt/ubuntu-mantic/Dockerfile

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

dev/tasks/linux-packages/apache-arrow/apt/ubuntu-mantic-arm64/from

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

dev/tasks/linux-packages/apache-arrow/apt/ubuntu-mantic/Dockerfile

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

dev/tasks/linux-packages/package-task.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ def apt_targets_default
277277
# "ubuntu-focal-arm64",
278278
"ubuntu-jammy",
279279
# "ubuntu-jammy-arm64",
280-
"ubuntu-mantic",
281-
# "ubuntu-mantic-arm64",
282280
"ubuntu-noble",
283281
# "ubuntu-noble-arm64",
284282
]

dev/tasks/tasks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ tasks:
465465
"debian-trixie",
466466
"ubuntu-focal",
467467
"ubuntu-jammy",
468-
"ubuntu-mantic",
469468
"ubuntu-noble"] %}
470469
{% for architecture in ["amd64", "arm64"] %}
471470
{{ target }}-{{ architecture }}:

0 commit comments

Comments
 (0)