]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: turn off the "upstream-systemd-ci" ppa
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 14 Jul 2020 04:03:32 +0000 (04:03 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 14 Jul 2020 18:35:33 +0000 (21:35 +0300)
Judging by https://launchpad.net/~upstream-systemd-ci/+archive/ubuntu/systemd-ci/+packages,
it got updated about 15 hours ago and the "build check" action has been
failing with
```
The following packages have unmet dependencies:
 kbd : Depends: console-setup but it is not going to be installed or
E: Unable to correct problems, you have held broken packages.
                console-setup-mini but it is not going to be installed
```
since then

.github/workflows/ubuntu-build-check.sh

index 75fc36fffb10fcf1b5664e509d294a4bfa3bdcf3..3b5c7296a74a29ca047ba3d291c7c5183acb5ffb 100755 (executable)
@@ -85,7 +85,7 @@ else
 fi
 
 # PPA with some newer build dependencies (like zstd)
-add-apt-repository -y ppa:upstream-systemd-ci/systemd-ci
+#add-apt-repository -y ppa:upstream-systemd-ci/systemd-ci
 apt-get -y update
 apt-get -y build-dep systemd
 apt-get -y install "${PACKAGES[@]}"