Skip to content

Commit

Permalink
ARROW-14433: [Release][APT] Skip arm64 Ubuntu 21.04 verification
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kou committed Nov 5, 2021
1 parent 5b5bb92 commit 6077e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6077e5a

Please sign in to comment.