Comment 6 for bug 1897967

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

I have verified the package in focal-proposed and it indeed fixes the FTBFS. I did the following to test it:

$ lxc launch ubuntu-daily:focal builder
$ lxc shell builder
# echo "deb-src http://archive.ubuntu.com/ubuntu/ focal-proposed main universe" > \
         /etc/apt/sources.list.d/source.list
# apt update && apt upgrade -y
# apt install -y dpkg-dev
# apt source prometheus-alertmanager
# apt build-dep -y prometheus-alertmanager
# cd prometheus-alertmanager-0.15.3+ds
# dpkg-buildpackage -us -uc