mirror of https://github.com/sipwise/rtpengine.git
ubuntu-20.04 + ubuntu-latest (currently also pointing at 20.04) don't provide debhelper v13 (required for debhelper-compat (= 13)), therefore our workflow fails with: | The following packages have unmet dependencies: | builddeps:. : Depends: debhelper-compat (= 13) | E: Unable to correct problems, you have held broken packages. So enable the ubuntu-cloud-archive/yoga-staging PPA, which provides a backport of debhelper v13: https://launchpad.net/~ubuntu-cloud-archive/+archive/ubuntu/yoga-staging/+packages and fixes our failing unity + coverity builds on github. While at it, using apt-get with `-qq` displays only the following message on package installation problems: | E: Unable to correct problems, you have held broken packages. Whereas with `-q`, we get the actual underlying problem, being: | The following packages have unmet dependencies: | builddeps:. : Depends: debhelper-compat (= 13) | E: Unable to correct problems, you have held broken packages. Change-Id: I67439a8f2f27e902710af43ff52599c8a58a5f98pull/1498/head
parent
06ee68b0c6
commit
21665902ab
Loading…
Reference in new issue