kou commented on PR #50469: URL: https://github.com/apache/arrow/pull/50469#issuecomment-5010520240
Could you use the following instead of installing `libsimdjson-dev` in the Ubuntu 22.04 image? simdjson-dev on Ubuntu 22.04 is old: https://packages.ubuntu.com/jammy/libsimdjson-dev ```diff diff --git a/ci/docker/ubuntu-22.04-cpp.dockerfile b/ci/docker/ubuntu-22.04-cpp.dockerfile index d098eb346e..71a21852b2 100644 --- a/ci/docker/ubuntu-22.04-cpp.dockerfile +++ b/ci/docker/ubuntu-22.04-cpp.dockerfile @@ -226,4 +226,5 @@ ENV absl_SOURCE=BUNDLED \ PARQUET_BUILD_EXECUTABLES=ON \ PATH=/usr/lib/ccache/:$PATH \ PYTHON=python3 \ + simdjson_SOURCE=BUNDLED \ xsimd_SOURCE=BUNDLED ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
