diff options
author | William Pitcock <nenolod@dereferenced.org> | 2013-04-25 15:34:09 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2013-04-25 15:34:09 -0500 |
commit | 65ff4cbaf9f170244092e2420c977f76a45c0963 (patch) | |
tree | 16e6aa9ece6cca9820369bf360b3e3df344d8ff9 /testing | |
parent | e8511ccf5ef18564c316b808db49f3d797ea71e1 (diff) | |
download | aports-65ff4cbaf9f170244092e2420c977f76a45c0963.tar.bz2 aports-65ff4cbaf9f170244092e2420c977f76a45c0963.tar.xz |
testing/pacman: try disabling multijobs
Diffstat (limited to 'testing')
-rw-r--r-- | testing/pacman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pacman/APKBUILD b/testing/pacman/APKBUILD index c4088b6f20..ff7650151b 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() { |