travis: rebuild base-chroot via build.sh not prepare.sh.
This commit is contained in:
parent
7b11d13c38
commit
958e3ead5d
2 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,9 @@ if [ "$1" != "$2" ]; then
|
||||||
arch="-a $2"
|
arch="-a $2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Make sure `base-chroot` is really up-to-date
|
||||||
|
/hostrepo/xbps-src -Ntf pkg base-chroot
|
||||||
|
|
||||||
PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))
|
PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))
|
||||||
|
|
||||||
NPROCS=1
|
NPROCS=1
|
||||||
|
|
|
@ -13,6 +13,3 @@ echo XBPS_ALLOW_CHROOT_BREAKOUT=yes >> etc/conf
|
||||||
|
|
||||||
/bin/echo -e '\x1b[32mLinking / to /masterdir...\x1b[0m'
|
/bin/echo -e '\x1b[32mLinking / to /masterdir...\x1b[0m'
|
||||||
ln -s / masterdir
|
ln -s / masterdir
|
||||||
|
|
||||||
# Make sure `base-chroot` is really up-to-date
|
|
||||||
/hostrepo/xbps-src -Ntf pkg base-chroot
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue