This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 323c262bb4 GH-50585: [CI][C++] Use bundled simdjson on Alpine Linux
(#50586)
323c262bb4 is described below
commit 323c262bb40a7f609685992e04a5be1cab2b5359
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Jul 22 10:09:45 2026 +0900
GH-50585: [CI][C++] Use bundled simdjson on Alpine Linux (#50586)
### Rationale for this change
The simdjson package in Alpine Linux has some problems.
See also: https://gitlab.alpinelinux.org/alpine/aports/-/work_items/18353
### What changes are included in this PR?
Use bundled simdjson for now.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #50585
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
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 fe84e4a73d..766e02e24c 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