mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
travis/build.sh: update bootstrap pkgs two times.
This is required because xbps might be updated the first time.
This commit is contained in:
parent
fb43852c26
commit
66d8cbf014
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Two times due to updating xbps itself
|
||||||
|
/hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
|
||||||
/hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
|
/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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue