travis/build.sh: perform sysup before installing base-chroot.

This commit is contained in:
Juan RP 2020-01-01 13:01:18 +01:00
parent 05980fbaba
commit 34d6624a5c

View file

@ -8,6 +8,7 @@ fi
# Make sure `base-chroot` is really up-to-date
/hostrepo/xbps-src -H "$HOME"/hostdir -f pkg base-chroot || exit 1
xbps-install --repo="$HOME"/hostdir/binpkgs -yu || exit 1
xbps-install --repo="$HOME"/hostdir/binpkgs -yf base-chroot || exit 1
# remove autodeps
xbps-remove -yo || exit 1