From 6dc1c6d8fb4b9ed4a0a087306b9dfe3da467f3d7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 12 Jun 2019 12:42:47 +0200 Subject: [PATCH] travis/build.sh: update bootstrap before building. This should fix the recently failed build of elogind due to xbps not updating revdeps of the build dependencies. Signed-off-by: Juan RP --- common/travis/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/travis/build.sh b/common/travis/build.sh index bd65283d10a..38ecd909f4a 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -23,6 +23,8 @@ XBPS_SRCPKGDIR=/hostrepo/srcpkgs XBPS_MASTERDIR=/ chroot_prepare $1 || { exit 1 } +/hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update + PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates)) NPROCS=1