mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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 <xtraeme@gmail.com>
This commit is contained in:
parent
45cf92437f
commit
6dc1c6d8fb
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ XBPS_SRCPKGDIR=/hostrepo/srcpkgs XBPS_MASTERDIR=/ chroot_prepare $1 || {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
|
||||||
|
|
||||||
PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))
|
PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))
|
||||||
|
|
||||||
NPROCS=1
|
NPROCS=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue