Skip to content

Commit 5b0a001

Browse files
authored
apacheGH-47037: [CI][C++] Fix Fedora 39 CI jobs (apache#47038)
### Rationale for this change The system package for xsimd is too old on Fedora 39, use bundled version instead. ### Are these changes tested? By existing CI jobs. ### Are there any user-facing changes? No. * GitHub Issue: apache#47037 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
1 parent d2a1718 commit 5b0a001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/docker/fedora-39-cpp.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ RUN dnf update -y && \
6464
utf8proc-devel \
6565
wget \
6666
which \
67-
xsimd-devel \
6867
zlib-devel
6968

7069
COPY ci/scripts/install_minio.sh /arrow/ci/scripts/
@@ -108,4 +107,5 @@ ENV ARROW_ACERO=ON \
108107
PARQUET_BUILD_EXAMPLES=ON \
109108
PARQUET_BUILD_EXECUTABLES=ON \
110109
PATH=/usr/lib/ccache/:$PATH \
111-
PYARROW_TEST_GANDIVA=OFF
110+
PYARROW_TEST_GANDIVA=OFF \
111+
xsimd_SOURCE=BUNDLED

0 commit comments

Comments
 (0)