From 85b18c4c00c6f18da3118921e02e1bffa6c3b158 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Fri, 22 Oct 2021 11:12:31 +0900 Subject: [PATCH] ARROW-14433: [Release][APT] Skip arm64 Ubuntu 21.04 verification qemu-user-static in Ubuntu 20.04 has a crash bug for it. --- 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 8c8ad1ee1ad..212547744c4 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