diff --git a/ci/docker/fedora-39-cpp.dockerfile b/ci/docker/fedora-39-cpp.dockerfile index 6c5edd444e25..867ad777aaa1 100644 --- a/ci/docker/fedora-39-cpp.dockerfile +++ b/ci/docker/fedora-39-cpp.dockerfile @@ -64,7 +64,6 @@ RUN dnf update -y && \ utf8proc-devel \ wget \ which \ - xsimd-devel \ zlib-devel COPY ci/scripts/install_minio.sh /arrow/ci/scripts/ @@ -108,4 +107,5 @@ ENV ARROW_ACERO=ON \ PARQUET_BUILD_EXAMPLES=ON \ PARQUET_BUILD_EXECUTABLES=ON \ PATH=/usr/lib/ccache/:$PATH \ - PYARROW_TEST_GANDIVA=OFF + PYARROW_TEST_GANDIVA=OFF \ + xsimd_SOURCE=BUNDLED