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 15f1d940e5 GH-45505: [CI][R] Use Ubuntu 22.04 instead of 20.04 as much
as possible for nightly jobs (#45507)
add c7a91000a4 GH-41816: [C++] Add Minimal Meson Build of libarrow (#45441)
No new revisions were added by this update.
Summary of changes:
ci/conda_env_cpp.txt | 1 +
ci/scripts/cpp_build.sh | 16 +-
ci/scripts/cpp_test.sh | 9 +-
cpp/meson.build | 59 ++++++
.rubocop.yml => cpp/meson.options | 26 +--
cpp/src/arrow/meson.build | 321 ++++++++++++++++++++++++++++++
cpp/src/arrow/util/meson.build | 95 +++++++++
dev/release/01-prepare-test.rb | 7 +
dev/release/post-12-bump-versions-test.rb | 7 +
dev/release/utils-prepare.sh | 6 +
dev/tasks/tasks.yml | 7 +
11 files changed, 538 insertions(+), 16 deletions(-)
create mode 100644 cpp/meson.build
copy .rubocop.yml => cpp/meson.options (71%)
create mode 100644 cpp/src/arrow/meson.build
create mode 100644 cpp/src/arrow/util/meson.build