Skip to content

Commit 73c79fa

Browse files
fix compression type, to try to install on Debian 11
1 parent 1e7e8d4 commit 73c79fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/packing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,8 @@ jobs:
468468

469469
matrix:
470470
target:
471-
# - os: debian
472-
# dist: bullseye # 11
471+
- os: debian
472+
dist: bullseye # 11
473473
- os: debian
474474
dist: bookworm # 12
475475
- os: ubuntu

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ deb-changelog-entry:
8181
.PHONY: deb-dist
8282
deb-dist:
8383
dpkg-source -b .
84-
dpkg-buildpackage -rfakeroot -us -uc
84+
dpkg-buildpackage -rfakeroot -us -uc --compression=xz
8585
mkdir -p deb_dist
8686
find .. -maxdepth 1 -type f -regex '.*/python3-tarantool_.*\.deb' \
8787
-or -regex '.*/python3-tarantool_.*\.buildinfo' \

0 commit comments

Comments
 (0)