summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2020-07-14 04:03:32 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2020-07-14 21:35:33 +0300
commitd4ff79bbe1f33fb17e7add3bd520c08f405a79b1 (patch)
tree4856e18cb3aeff7c4846d6f730092ed6c73bdad6
parent6cdc429454ae58116aa63623ccfc280b8da6dacf (diff)
downloadsystemd-d4ff79bbe1f33fb17e7add3bd520c08f405a79b1.tar.gz
ci: turn off the "upstream-systemd-ci" ppa
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
-rwxr-xr-x.github/workflows/ubuntu-build-check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-build-check.sh b/.github/workflows/ubuntu-build-check.sh
index 75fc36fffb..3b5c7296a7 100755
--- a/.github/workflows/ubuntu-build-check.sh
+++ b/.github/workflows/ubuntu-build-check.sh
@@ -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[@]}"