mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-23 23:42:35 +00:00
abuild: remove debug message
This commit is contained in:
parent
3ba814494f
commit
a0d3624b05
@ -1558,7 +1558,6 @@ builddeps() {
|
||||
$SUDO_APK add --repository "$abuildrepo" $apk_opt_wait \
|
||||
--virtual .makedepends-$pkgname $builddeps || return 1
|
||||
if [ -n "$hostdeps" ]; then
|
||||
msg "Installing packages on target host: $hostdeps"
|
||||
$SUDO_APK add --root "$CBUILDROOT" --repository "$abuildrepo" $apk_opt_wait \
|
||||
--simulate --quiet $hostdeps || return 1
|
||||
$SUDO_APK add --root "$CBUILDROOT" --repository "$abuildrepo" $apk_opt_wait \
|
||||
|
Loading…
Reference in New Issue
Block a user