Skip to content

Commit eb73bc6

Browse files
authored
GH-48572: [CI] Remove centos-7-cpp dockerfile and reference from compose (#48573)
### Rationale for this change After #45449 was done this docker file is not used anymore. ### What changes are included in this PR? Remove unused dockerfile after dropping support for centos-7 packaging and remove R builds for OpenSSL 1.x ### Are these changes tested? No ### Are there any user-facing changes? No * GitHub Issue: #48572 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 5de6aa6 commit eb73bc6

File tree

2 files changed

+0
-81
lines changed

2 files changed

+0
-81
lines changed

ci/docker/centos-7-cpp.dockerfile

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

compose.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ x-hierarchy:
115115
- almalinux-verify-rc
116116
- alpine-linux-cpp
117117
- alpine-linux-r
118-
- centos-cpp-static
119118
- conda:
120119
- conda-cpp:
121120
- conda-integration
@@ -448,26 +447,6 @@ services:
448447
cd /arrow &&
449448
r/inst/build_arrow_static.sh"
450449

451-
centos-cpp-static:
452-
image: ${REPO}:centos-7-cpp-static
453-
build:
454-
context: .
455-
dockerfile: ci/docker/centos-7-cpp.dockerfile
456-
cache_from:
457-
- ${REPO}:centos-7-cpp-static
458-
args:
459-
cmake: ${CMAKE}
460-
shm_size: *shm-size
461-
volumes:
462-
- .:/arrow:delegated
463-
environment:
464-
<<: [*common, *ccache, *sccache, *cpp]
465-
ARROW_DEPENDENCY_SOURCE: BUNDLED
466-
ARROW_HOME: /arrow
467-
LIBARROW_MINIMAL: "false"
468-
command: /bin/bash -c "
469-
scl enable devtoolset-8 '/arrow/r/inst/build_arrow_static.sh'"
470-
471450
ubuntu-cpp-bundled:
472451
# Arrow build with BUNDLED dependencies
473452
image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-cpp-minimal

0 commit comments

Comments
 (0)