This is an automated email from the ASF dual-hosted git repository. kou pushed a commit to branch maint-6.0.x in repository https://gitbox.apache.org/repos/asf/arrow.git
commit a2a147916586a2d31e68d058d7c9591c1a6a166f Author: Sutou Kouhei <[email protected]> AuthorDate: Fri Oct 22 11:03:54 2021 +0200 ARROW-14433: [Release][APT] Skip arm64 Ubuntu 21.04 verification qemu-user-static in Ubuntu 20.04 has a crash bug for it. Closes #11516 from kou/release-verify-apt-hirsute-arm64 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Krisztián Szűcs <[email protected]> --- dev/release/verify-release-candidate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index 8121ee9..8944397 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -148,7 +148,7 @@ test_apt() { "ubuntu:hirsute" \ "arm64v8/ubuntu:hirsute"; do \ case "${target}" in - arm64v8/debian:bullseye|arm64v8/debian:bookworm) + arm64v8/debian:bullseye|arm64v8/debian:bookworm|arm64v8/ubuntu:hirsute) # qemu-user-static in Ubuntu 20.04 has a crash bug: # https://bugs.launchpad.net/qemu/+bug/1749393 continue
