Skip to content

Commit 1ee0b9f

Browse files
committed
CI:debci: Install systemd-resolved for cloud-init & autostart tests
1 parent b81884d commit 1ee0b9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/debci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
dget -u "https://deb.debian.org/debian/pool/main/n/netplan.io/netplan.io_$V.dsc"
5151
cp -r netplan.io-*/debian .
5252
rm -r debian/patches/ # clear any distro patches
53+
sed -i 's| udev,| udev, systemd-resolved,|g' debian/tests/control # fix warnings in cloud-init & autostart tests
5354
echo 'usr/libexec/netplan/configure' >> debian/netplan-generator.install
5455
echo 'usr/lib/systemd/system/netplan-configure.service' >> debian/netplan-generator.install
5556
TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) # find latest (stable) tag

0 commit comments

Comments
 (0)