Skip to content

Commit

Permalink
Exclude libparquet.so
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 31, 2024
1 parent 90f2b4d commit c2c28c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/tasks/linux-packages/apache-arrow/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,10 @@ override_dh_auto_test:

# libarrow.so: avoid failing with "Unknown DWARF DW_OP_172"
# libgandiva.so: avoid failing with "Unknown DWARF DW_OP_255"
# libparquet.so: avoid failing with "Unknown DWARF DW_OP_4"
# See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949296
override_dh_dwz:
dh_dwz \
--exclude=libarrow.so \
--exclude=libgandiva.so
--exclude=libgandiva.so \
--exclude=libparquet.so

0 comments on commit c2c28c8

Please sign in to comment.