This is an automated email from the ASF dual-hosted git repository.

kszucs pushed a change to branch maint-7.0.x
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 6b07927  ARROW-15815: [C++][Parquet] Fix undefined behaviour on 
invalid input
     add 3904af5  ARROW-15483: [Release] Revamp the verification scripts

No new revisions were added by this update.

Summary of changes:
 ci/conda_env_cpp.txt                               |    3 +-
 ci/conda_env_gandiva.txt                           |    4 +-
 .../docker/almalinux-8-verify-rc.dockerfile        |   71 +-
 ci/docker/ubuntu-18.04-verify-rc.dockerfile        |   60 ++
 ...ockerfile => ubuntu-20.04-verify-rc.dockerfile} |   35 +-
 cpp/cmake_modules/FindLLVMAlt.cmake                |   45 +-
 dev/release/VERIFY.md                              |    6 +-
 dev/release/setup-rhel-rebuilds.sh                 |   12 +-
 dev/release/setup-ubuntu.sh                        |    2 +
 dev/release/verify-release-candidate.bat           |   54 +-
 dev/release/verify-release-candidate.sh            | 1041 ++++++++++++--------
 dev/tasks/docker-tests/github.linux.yml            |    2 -
 dev/tasks/tasks.yml                                |  148 ++-
 .../github.linux.amd64.docker.yml}                 |   27 +-
 dev/tasks/verify-rc/github.linux.amd64.yml         |   48 +-
 dev/tasks/verify-rc/github.macos.amd64.yml         |   25 +-
 dev/tasks/verify-rc/github.macos.arm64.yml         |   12 +-
 dev/tasks/verify-rc/github.win.yml                 |    4 +-
 docker-compose.yml                                 |   68 +-
 ruby/red-arrow/test/test-table.rb                  |   21 +-
 20 files changed, 1044 insertions(+), 644 deletions(-)
 copy dev/release/setup-rhel-rebuilds.sh => 
ci/docker/almalinux-8-verify-rc.dockerfile (50%)
 mode change 100755 => 100644
 create mode 100644 ci/docker/ubuntu-18.04-verify-rc.dockerfile
 copy ci/docker/{python-sdist.dockerfile => ubuntu-20.04-verify-rc.dockerfile} 
(65%)
 copy dev/tasks/{docker-tests/github.linux.yml => 
verify-rc/github.linux.amd64.docker.yml} (68%)

Reply via email to