This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from b9afcfa6f5 GH-46022: [C++] Fix build error with g++ 7.5.0 (#46028)
add 3351aebc35 GH-45994: [CI][GLib] Fix vcpkg configuration for Windows
job (#46006)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ruby.yml | 26 +++++--
c_glib/meson.build | 90 +++++++++++++++++++------
c_glib/vcpkg.json | 18 +----
ci/scripts/c_glib_build.sh | 5 +-
cpp/CMakeLists.txt | 63 ++++++++++++++++-
cpp/cmake_modules/ThirdpartyToolchain.cmake | 12 +---
cpp/src/arrow/acero/CMakeLists.txt | 9 +++
cpp/src/arrow/acero/arrow-acero.pc.in | 3 +-
cpp/src/arrow/dataset/CMakeLists.txt | 9 +++
cpp/src/arrow/dataset/arrow-dataset.pc.in | 3 +-
cpp/src/arrow/engine/CMakeLists.txt | 9 +++
cpp/src/arrow/engine/arrow-substrait.pc.in | 3 +-
cpp/src/arrow/flight/CMakeLists.txt | 9 +++
cpp/src/arrow/flight/arrow-flight.pc.in | 3 +-
cpp/src/arrow/flight/sql/CMakeLists.txt | 9 +++
cpp/src/arrow/flight/sql/arrow-flight-sql.pc.in | 3 +-
cpp/src/gandiva/CMakeLists.txt | 9 +++
cpp/src/gandiva/gandiva.pc.in | 4 +-
cpp/vcpkg.json | 14 ++--
dev/tasks/vcpkg-tests/cpp-build-vcpkg.bat | 1 -
dev/tasks/vcpkg-tests/github.windows.yml | 1 +
21 files changed, 238 insertions(+), 65 deletions(-)