Skip to content

Commit 46bb919

Browse files
authored
GH-50189: [C++][CI] Remove Ceph install step (#50190)
### Rationale for this change Ceph was only used for testing the Skyhook component, which has been removed. ### Are these changes tested? By existing CI builds. ### Are there any user-facing changes? No. * GitHub Issue: #50189 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent be9794a commit 46bb919

4 files changed

Lines changed: 0 additions & 35 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ repos:
299299
?^ci/scripts/download_tz_database\.sh$|
300300
?^ci/scripts/install_azurite\.sh$|
301301
?^ci/scripts/install_ccache\.sh$|
302-
?^ci/scripts/install_ceph\.sh$|
303302
?^ci/scripts/install_chromedriver\.sh$|
304303
?^ci/scripts/install_cmake\.sh$|
305304
?^ci/scripts/install_conda\.sh$|

ci/docker/ubuntu-22.04-cpp.dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@ RUN /arrow/ci/scripts/install_minio.sh latest /usr/local
176176
COPY ci/scripts/install_gcs_testbench.sh /arrow/ci/scripts/
177177
RUN /arrow/ci/scripts/install_gcs_testbench.sh default
178178

179-
COPY ci/scripts/install_ceph.sh /arrow/ci/scripts/
180-
RUN /arrow/ci/scripts/install_ceph.sh
181-
182179
COPY ci/scripts/install_sccache.sh /arrow/ci/scripts/
183180
RUN /arrow/ci/scripts/install_sccache.sh unknown-linux-musl /usr/local/bin
184181

ci/docker/ubuntu-24.04-cpp.dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ RUN /arrow/ci/scripts/install_gcs_testbench.sh default
165165
COPY ci/scripts/install_azurite.sh /arrow/ci/scripts/
166166
RUN /arrow/ci/scripts/install_azurite.sh
167167

168-
COPY ci/scripts/install_ceph.sh /arrow/ci/scripts/
169-
RUN /arrow/ci/scripts/install_ceph.sh
170-
171168
COPY ci/scripts/install_sccache.sh /arrow/ci/scripts/
172169
RUN /arrow/ci/scripts/install_sccache.sh unknown-linux-musl /usr/local/bin
173170

ci/scripts/install_ceph.sh

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

0 commit comments

Comments
 (0)