From: Zbigniew Jędrzejewski-Szmek Date: Thu, 23 Jul 2020 10:17:15 +0000 (+0200) Subject: semaphore: pull in tree explicitly X-Git-Tag: v246-rc2~12^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960a64691fbfe22732819912da9e50fadb6369da;p=thirdparty%2Fsystemd.git semaphore: pull in tree explicitly semaphoreci was failing with: Can't exec "tree": No such file or directory at /tmp/autopkgtest-lxc.v9oand4g/downtmp/build.TIm/src/test/udev-test.pl line 1752. https://semaphoreci.com/systemd/systemd/branches/pull-request-16551/builds/1 --- diff --git a/semaphoreci/semaphore-runner.sh b/semaphoreci/semaphore-runner.sh index 6864a137b17..897b398df95 100755 --- a/semaphoreci/semaphore-runner.sh +++ b/semaphoreci/semaphore-runner.sh @@ -37,7 +37,7 @@ apt-get -q --allow-releaseinfo-change update apt-get -y dist-upgrade apt-get install -y eatmydata # The following four are needed as long as these deps are not covered by Debian's own packaging -apt-get install -y fdisk libfdisk-dev libp11-kit-dev libssl-dev libpwquality-dev +apt-get install -y fdisk tree libfdisk-dev libp11-kit-dev libssl-dev libpwquality-dev apt-get purge --auto-remove -y unattended-upgrades systemctl unmask systemd-networkd systemctl enable systemd-networkd