While in debian/control we use libunwind-dev in Build-Depends, in case
of ci we have to be more conservative and use the name portable across
different ci implementations.
* ci/install-dependencies.sh (common_packages): Add libunwind8-dev.
Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
#!/bin/sh -ex
type sudo >/dev/null 2>&1 && sudo=sudo || sudo=
-common_packages='autoconf automake file gawk gcc-multilib git gzip make xz-utils'
+common_packages='autoconf automake file gawk gcc-multilib git gzip libunwind8-dev make xz-utils'
updated=
apt_get_install()