xbps-src: abort bootstrap when tests are enabled
This commit is contained in:
parent
87ce6d0b84
commit
edd53432f2
4
xbps-src
4
xbps-src
|
@ -712,6 +712,10 @@ case "$XBPS_TARGET" in
|
||||||
install_base_chroot ${XBPS_TARGET_PKG:=$XBPS_MACHINE}
|
install_base_chroot ${XBPS_TARGET_PKG:=$XBPS_MACHINE}
|
||||||
;;
|
;;
|
||||||
bootstrap)
|
bootstrap)
|
||||||
|
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
msg_error "xbps-src: disable tests for bootstrap\n"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
# base-chroot building on host
|
# base-chroot building on host
|
||||||
# check for required host utils
|
# check for required host utils
|
||||||
check_reqhost_utils bootstrap
|
check_reqhost_utils bootstrap
|
||||||
|
|
Loading…
Reference in New Issue