Skip to content

Commit

Permalink
ARROW-11307: [Release][Ubuntu][20.10] Add workaround for dependency i…
Browse files Browse the repository at this point in the history
…ssue

We'll fix it after 3.0.0.

Closes apache#9252 from kou/release-verify-ubuntu-groovy-workaround

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
kou committed Jan 18, 2021
1 parent f22cd7d commit f7dd42e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/release/verify-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ case "${distribution}-${code_name}" in
have_flight=no
workaround_missing_packages+=(libprotobuf-dev)
;;
ubuntu-groovy)
workaround_missing_packages+=(libgrpc++-dev protobuf-compiler-grpc)
;;
esac
if [ "$(arch)" = "aarch64" ]; then
have_plasma=no
Expand Down

0 comments on commit f7dd42e

Please sign in to comment.