mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/kimchi: fix for parallel build issue
This commit is contained in:
parent
038e655aca
commit
1150cfbca6
@ -10,7 +10,7 @@ license="APACHE LGPL2.1"
|
||||
depends="python2 py-ipaddr py2-m2crypto py2-simplejson py-psutil
|
||||
py-imaging py2-libvirt py-cheetah py-ethtool py2-lxml py-websockify
|
||||
py2-pillow qemu py2-configobj py2-six py2-paramiko py2-magic libvirt-daemon
|
||||
wok gingerbase py-netaddr py2-libuser"
|
||||
wok gingerbase py2-netaddr py2-libuser"
|
||||
makedepends="automake autoconf libtool gettext-dev
|
||||
python2-dev py-setuptools pyflakes libxslt py2-pip
|
||||
py-pep8 py2-mock py-cherrypy pytest py2-requests
|
||||
@ -26,7 +26,7 @@ build() {
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var
|
||||
make || return 1
|
||||
make -j1 || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user