mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
xbps-src: abort bootstrap when tests are enabled
This commit is contained in:
parent
87ce6d0b84
commit
edd53432f2
1 changed files with 4 additions and 0 deletions
4
xbps-src
4
xbps-src
|
@ -712,6 +712,10 @@ case "$XBPS_TARGET" in
|
|||
install_base_chroot ${XBPS_TARGET_PKG:=$XBPS_MACHINE}
|
||||
;;
|
||||
bootstrap)
|
||||
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
||||
msg_error "xbps-src: disable tests for bootstrap\n"
|
||||
exit 1
|
||||
fi
|
||||
# base-chroot building on host
|
||||
# check for required host utils
|
||||
check_reqhost_utils bootstrap
|
||||
|
|
Loading…
Add table
Reference in a new issue