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