From 7bfcebef5f85e2d42c53a2b655f6c6f1aef85720 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 22 Jul 2026 09:10:26 +0900 Subject: [PATCH] GH-50585: [CI][C++] Use bundled simdjson on Alpine Linux --- ci/docker/alpine-linux-3.22-cpp.dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/docker/alpine-linux-3.22-cpp.dockerfile b/ci/docker/alpine-linux-3.22-cpp.dockerfile index fe84e4a73dc..766e02e24cb 100644 --- a/ci/docker/alpine-linux-3.22-cpp.dockerfile +++ b/ci/docker/alpine-linux-3.22-cpp.dockerfile @@ -105,4 +105,8 @@ ENV ARROW_ACERO=ON \ google_cloud_cpp_storage_SOURCE=BUNDLED \ MUSL_LOCPATH=/usr/share/i18n/locales/musl \ PATH=/usr/lib/ccache/bin:$PATH \ + # We can remove this once + # https://gitlab.alpinelinux.org/alpine/aports/-/work_items/18353 + # is fixed. + simdjson_SOURCE=BUNDLED \ xsimd_SOURCE=BUNDLED