Skip to content

Commit db798af

Browse files
committed
fix: i386 build requires lower zstd level
1 parent 4860e75 commit db798af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@ override_dh_install: install-dkms install-source
5757
override_dh_dkms:
5858
dh_dkms -V $(version)
5959

60+
override_dh_builddeb:
61+
dh_builddeb -- -Zzstd -z3
62+
6063
# do nothing
6164
override_dh_auto_configure override_dh_auto_build override_dh_auto_test override_dh_auto_install override_dh_auto_clean:

0 commit comments

Comments
 (0)