summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-02-03 06:07:23 +0100
committerEvgeny Vereshchagin <evvers@ya.ru>2019-02-03 08:51:21 +0300
commite298df69a270167f7e75529369bbbd3bbf0ebb96 (patch)
treef93d80ffcfc98656ca7c0fbf6b51851d5670e043 /travis-ci
parentf2ea9cc746ce43959d627bf013719d069db81e32 (diff)
downloadsystemd-e298df69a270167f7e75529369bbbd3bbf0ebb96.tar.gz
travis: stop using the official upstream-systemd-ci repository
Turns out the key for the repository hasn't been propagated properly so let's restore the kludge that was removed in https://github.com/systemd/systemd/pull/11582. Of course it's ugly but at least it works. The issue was kind of reported to the maintainers of the repository in https://github.com/systemd/systemd/pull/11531#issuecomment-460023474.
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/xenial.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/travis-ci/managers/xenial.sh b/travis-ci/managers/xenial.sh
index 65e44ab3a4..af60114d34 100755
--- a/travis-ci/managers/xenial.sh
+++ b/travis-ci/managers/xenial.sh
@@ -3,7 +3,6 @@
set -e
set -x
-add-apt-repository ppa:upstream-systemd-ci/systemd-ci -y
apt-get update
apt-get build-dep systemd -y
apt-get install -y util-linux libmount-dev libblkid-dev liblzma-dev libqrencode-dev libmicrohttpd-dev iptables-dev liblz4-dev libcurl4-gnutls-dev unifont itstool kbd cryptsetup-bin net-tools isc-dhcp-client iputils-ping strace qemu-system-x86 linux-image-virtual mount libgpg-error-dev libxkbcommon-dev python-lxml python3-lxml python3-pip libcap-dev
@@ -12,6 +11,8 @@ pip3 install meson
cd $REPO_ROOT
+sed -i 's/2\.30/2.27/' meson.build
+
meson --werror -Db_sanitize=address,undefined -Dsplit-usr=true build
ninja -v -C build
make -C test/TEST-01-BASIC clean setup run TEST_NO_QEMU=yes NSPAWN_ARGUMENTS=--keep-unit RUN_IN_UNPRIVILEGED_CONTAINER=no