From bf4aaabfeda659cbb798ead251f7ffb59f90a00a Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Mon, 26 Mar 2018 14:55:57 +0200 Subject: [PATCH] ci: install libunwind8-dev 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 --- ci/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index e524f00f..6b411e6e 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -1,7 +1,7 @@ #!/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() -- 2.40.0