Skip to content

GH-50582: [CI][C++] Install missing simdjson-static on Alpine Linux#50583

Merged
kou merged 1 commit into
apache:mainfrom
kou:ci-cpp-alpine-linux-simdjson-static
Jul 22, 2026
Merged

GH-50582: [CI][C++] Install missing simdjson-static on Alpine Linux#50583
kou merged 1 commit into
apache:mainfrom
kou:ci-cpp-alpine-linux-simdjson-static

Conversation

@kou

@kou kou commented Jul 21, 2026

Copy link
Copy Markdown
Member

Rationale for this change

simdjson-static is needed for find_package(simdjson) on Alpine Linux because simdjsontargets.cmake refers libsimdjson.a but it's included in simdjson-static not simdjson-dev.

What changes are included in this PR?

Install simdjson-static.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

Copilot AI review requested due to automatic review settings July 21, 2026 21:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@kou kou added the CI: Extra: C++ Run extra C++ CI label Jul 21, 2026
@github-actions

Copy link
Copy Markdown

⚠️ GitHub issue #50582 has been automatically assigned in GitHub to PR creator.

@github-actions github-actions Bot added the awaiting committer review Awaiting committer review label Jul 21, 2026
@kou

kou commented Jul 21, 2026

Copy link
Copy Markdown
Member Author

https://github.com/apache/arrow/actions/runs/29871041625/job/88770995837?pr=50583#step:6:3619

/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libsimdjson.a(simdjson.cpp.o): warning: relocation against `_ZSt7nothrow' in read-only section `.text._ZN8simdjson7haswell25dom_parser_implementation12set_capacityEm[_ZN8simdjson7haswell25dom_parser_implementation12set_capacityEm]'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libsimdjson.a(simdjson.cpp.o): relocation R_X86_64_PC32 against symbol `_ZSt7nothrow' can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: final link failed: bad value

https://gitlab.alpinelinux.org/alpine/aports/-/work_items/18353

@kou

kou commented Jul 22, 2026

Copy link
Copy Markdown
Member Author

+1

I'll fix the link error in a separated PR.

@kou
kou merged commit 44550e5 into apache:main Jul 22, 2026
68 of 84 checks passed
@kou kou removed the awaiting committer review Awaiting committer review label Jul 22, 2026
@kou
kou deleted the ci-cpp-alpine-linux-simdjson-static branch July 22, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI: Extra: C++ Run extra C++ CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants