fix: add back systemd-resolved to buildd images.

systemd-resolved got moved out of the systemd package in kinetic and is
required for bootable buildd environement (as opposed to launchpad buildd)
(LP: #2007419)

(cherry picked from commit 3729e2ae94)
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
ubuntu/mantic
Simon Poirier 1 year ago committed by Dimitri John Ledkov
parent b96839c857
commit 0975e2a5dd
No known key found for this signature in database
GPG Key ID: 9B8EC849D5EF70ED

@ -1123,6 +1123,9 @@ case $SUBPROJECT in
add_package install build-essential
# Needed for LXD-based builds.
add_package install init
# Needed for bootable buildd systems which don't get injected
# nameserver configuration. (LP: 2007419)
add_package install systemd-resolved
# Not strictly build-essential, but traditionally present
# and a variety of things fail without it.
add_package install tzdata

Loading…
Cancel
Save