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 ed19a92198 GH-40252: [C++] Make span SFINAE standards-conforming to
enable compilation with nvcc (#40253)
add 93816475f7 GH-40454: [CI][Debian] Update Debian to 12 from 11 (#40455)
No new revisions were added by this update.
Summary of changes:
.env | 2 +-
.github/workflows/go.yml | 8 +--
.github/workflows/js.yml | 2 +-
...-11-cpp.dockerfile => debian-12-cpp.dockerfile} | 64 +++++++++++++---------
...ckerfile => debian-12-go-cgo-python.dockerfile} | 14 ++---
...an-11-go.dockerfile => debian-12-go.dockerfile} | 2 +-
...an-11-js.dockerfile => debian-12-js.dockerfile} | 2 +-
ci/docker/linux-apt-c-glib.dockerfile | 20 +------
ci/docker/linux-apt-python-3.dockerfile | 23 +++-----
ci/scripts/go_cgo_python_test.sh | 4 ++
ci/scripts/install_numba.sh | 4 ++
ci/scripts/python_build.sh | 4 ++
ci/scripts/python_test.sh | 4 ++
dev/tasks/docker-tests/github.linux.yml | 2 -
dev/tasks/tasks.yml | 16 +++---
docker-compose.yml | 8 +--
16 files changed, 90 insertions(+), 89 deletions(-)
rename ci/docker/{debian-11-cpp.dockerfile => debian-12-cpp.dockerfile} (70%)
rename ci/docker/{debian-11-go-cgo-python.dockerfile =>
debian-12-go-cgo-python.dockerfile} (79%)
rename ci/docker/{debian-11-go.dockerfile => debian-12-go.dockerfile} (96%)
rename ci/docker/{debian-11-js.dockerfile => debian-12-js.dockerfile} (99%)