diff options
Diffstat (limited to 'testing/xen')
-rw-r--r-- | testing/xen/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xen/APKBUILD b/testing/xen/APKBUILD index 5a8a1974d3..30d844d507 100644 --- a/testing/xen/APKBUILD +++ b/testing/xen/APKBUILD @@ -56,7 +56,7 @@ build() { (cd tools/check; ./chk build) || return 1 msg "Building hypervisor..." - make xen || return 1 + make -j1 xen || return 1 msg "Building tools..." make tools || return 1 |