This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from b01bcf2 ARROW-11772: [C++] Provide reentrant IPC file reader
add 527c346 ARROW-12699: [CI][Packaging][Java] Generate a jar compatible
with Linux and MacOS for all Arrow components
No new revisions were added by this update.
Summary of changes:
...uby.dockerfile => java-bundled-jars.dockerfile} | 26 +++--
.../java_bundled_jars_check_dependencies.sh | 42 +++----
.../scripts/java_bundled_jars_java_build.sh | 23 ++--
ci/scripts/java_bundled_jars_macos_build.sh | 92 +++++++++++++++
ci/scripts/java_bundled_jars_manylinux_build.sh | 124 +++++++++++++++++++++
dev/tasks/gandiva-jars/build-cpp-linux.sh | 73 ------------
dev/tasks/gandiva-jars/build-cpp-osx.sh | 49 --------
dev/tasks/{gandiva-jars => jars}/README.md | 16 +--
dev/tasks/{gandiva-jars => jars}/github.yml | 65 +++++------
dev/tasks/tasks.yml | 15 +--
docker-compose.yml | 22 +++-
11 files changed, 337 insertions(+), 210 deletions(-)
copy ci/docker/{linux-apt-ruby.dockerfile => java-bundled-jars.dockerfile}
(63%)
rename dev/tasks/gandiva-jars/check-shared-dependencies.sh =>
ci/scripts/java_bundled_jars_check_dependencies.sh (60%)
rename dev/tasks/gandiva-jars/build-java.sh =>
ci/scripts/java_bundled_jars_java_build.sh (55%)
create mode 100755 ci/scripts/java_bundled_jars_macos_build.sh
create mode 100755 ci/scripts/java_bundled_jars_manylinux_build.sh
delete mode 100755 dev/tasks/gandiva-jars/build-cpp-linux.sh
delete mode 100755 dev/tasks/gandiva-jars/build-cpp-osx.sh
rename dev/tasks/{gandiva-jars => jars}/README.md (57%)
rename dev/tasks/{gandiva-jars => jars}/github.yml (69%)