travis/build.sh: also use xbps.d repos, to resolve missing deps.
This commit is contained in:
parent
5b938c9c0c
commit
05980fbaba
|
@ -8,7 +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 -yif base-chroot || exit 1
|
||||
xbps-install --repo="$HOME"/hostdir/binpkgs -yf base-chroot || exit 1
|
||||
# remove autodeps
|
||||
xbps-remove -yo || exit 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user