summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2013-04-25 15:34:09 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2013-04-25 15:34:09 -0500
commit65ff4cbaf9f170244092e2420c977f76a45c0963 (patch)
tree16e6aa9ece6cca9820369bf360b3e3df344d8ff9 /testing
parente8511ccf5ef18564c316b808db49f3d797ea71e1 (diff)
downloadaports-65ff4cbaf9f170244092e2420c977f76a45c0963.tar.bz2
aports-65ff4cbaf9f170244092e2420c977f76a45c0963.tar.xz
testing/pacman: try disabling multijobs
Diffstat (limited to 'testing')
-rw-r--r--testing/pacman/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pacman/APKBUILD b/testing/pacman/APKBUILD
index c4088b6f2..ff7650151 100644
--- a/testing/pacman/APKBUILD
+++ b/testing/pacman/APKBUILD
@@ -34,7 +34,7 @@ build() {
--localstatedir=/var \
--with-scriptlet-shell=/usr/bin/bash \
|| return 1
- make V=1 || return 1
+ make V=1 -j1 || return 1
}
package() {