Skip to content

Commit

Permalink
GH-35922: [C++] Drop support for Debian GNU/Linux buster (10) (#35923)
Browse files Browse the repository at this point in the history
### Rationale for this change

Because Debian GNU/Linux buster reached EOL on 2022-09-10.

### What changes are included in this PR?

Removed Debian GNU/Linux buster related codes.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* Closes: #35922

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Jun 9, 2023
1 parent 8b2ab4d commit 6632cc3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 228 deletions.
124 changes: 0 additions & 124 deletions ci/docker/debian-10-cpp.dockerfile

This file was deleted.

36 changes: 0 additions & 36 deletions ci/docker/debian-10-go-cgo-python.dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions ci/docker/debian-10-go.dockerfile

This file was deleted.

33 changes: 0 additions & 33 deletions ci/docker/debian-10-js.dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ tasks:
flags: -e ARROW_SKYHOOK=ON
image: ubuntu-cpp

{% for debian_version in ["10", "11"] %}
{% for debian_version in ["11"] %}
test-debian-{{ debian_version }}-cpp-amd64:
ci: github
template: docker-tests/github.linux.yml
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ services:
# docker-compose run --rm debian-cpp
# Parameters:
# ARCH: amd64, arm64v8, ...
# DEBIAN: 10, 11
# DEBIAN: 11
image: ${REPO}:${ARCH}-debian-${DEBIAN}-cpp
build:
context: .
Expand Down Expand Up @@ -699,7 +699,7 @@ services:
# docker-compose run --rm debian-c-glib
# Parameters:
# ARCH: amd64, arm64v8, ...
# DEBIAN: 10, 11
# DEBIAN: 11
image: ${REPO}:${ARCH}-debian-${DEBIAN}-c-glib
build:
context: .
Expand Down Expand Up @@ -759,7 +759,7 @@ services:
# docker-compose run --rm debian-ruby
# Parameters:
# ARCH: amd64, arm64v8, ...
# DEBIAN: 10, 11
# DEBIAN: 11
image: ${REPO}:${ARCH}-debian-${DEBIAN}-ruby
build:
context: .
Expand Down Expand Up @@ -891,7 +891,7 @@ services:
# docker-compose run --rm debian-python
# Parameters:
# ARCH: amd64, arm64v8, ...
# DEBIAN: 10, 11
# DEBIAN: 11
image: ${REPO}:${ARCH}-debian-${DEBIAN}-python-3
build:
context: .
Expand Down

0 comments on commit 6632cc3

Please sign in to comment.