This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from ba07d35050 GH-45484: [C++] Drop support for the gold linker (#47780)
add 0c8ce5f8df GH-47632: [CI][C++] Add a CI job for JNI on Linux (#47746)
No new revisions were added by this update.
Summary of changes:
.env | 4 ++
.github/workflows/cpp.yml | 8 +--
.github/workflows/cpp_extra.yml | 63 +++++++++++++++++++++-
...eel-manylinux.dockerfile => cpp-jni.dockerfile} | 43 ++++++---------
ci/scripts/cpp_build.sh | 15 ++++--
ci/scripts/cpp_test.sh | 41 ++++++++++++++
ci/vcpkg/vcpkg.json | 1 +
cpp/CMakePresets.json | 31 +++++++++++
cpp/src/arrow/testing/process.cc | 2 +-
cpp/src/gandiva/tests/projector_test.cc | 4 ++
docker-compose.yml | 34 ++++++++++++
11 files changed, 210 insertions(+), 36 deletions(-)
copy ci/docker/{python-wheel-manylinux.dockerfile => cpp-jni.dockerfile} (76%)