Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 0 additions & 60 deletions ci/docker/centos-7-cpp.dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ x-hierarchy:
- almalinux-verify-rc
- alpine-linux-cpp
- alpine-linux-r
- centos-cpp-static
- conda:
- conda-cpp:
- conda-integration
Expand Down Expand Up @@ -448,26 +447,6 @@ services:
cd /arrow &&
r/inst/build_arrow_static.sh"

centos-cpp-static:
image: ${REPO}:centos-7-cpp-static
build:
context: .
dockerfile: ci/docker/centos-7-cpp.dockerfile
cache_from:
- ${REPO}:centos-7-cpp-static
args:
cmake: ${CMAKE}
shm_size: *shm-size
volumes:
- .:/arrow:delegated
environment:
<<: [*common, *ccache, *sccache, *cpp]
ARROW_DEPENDENCY_SOURCE: BUNDLED
ARROW_HOME: /arrow
LIBARROW_MINIMAL: "false"
command: /bin/bash -c "
scl enable devtoolset-8 '/arrow/r/inst/build_arrow_static.sh'"

ubuntu-cpp-bundled:
# Arrow build with BUNDLED dependencies
image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-cpp-minimal
Expand Down
Loading