aboutsummaryrefslogtreecommitdiffstats
path: root/testing/agg
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-10-19 04:49:55 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-10-19 04:49:55 +0000
commit21f9a5053ce47c8e6f692595b5923f7eb9f76eec (patch)
tree973a2658b839505ca8fb9319091e881643bc1920 /testing/agg
parent243e2681697aa68590b79255bcd17fbf8f0014d3 (diff)
downloadaports-21f9a5053ce47c8e6f692595b5923f7eb9f76eec.tar.bz2
aports-21f9a5053ce47c8e6f692595b5923f7eb9f76eec.tar.xz
testing/agg: make -j1 for now due to aarch64 build race
Diffstat (limited to 'testing/agg')
-rw-r--r--testing/agg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/agg/APKBUILD b/testing/agg/APKBUILD
index 67fc51bce7..80a091b0d4 100644
--- a/testing/agg/APKBUILD
+++ b/testing/agg/APKBUILD
@@ -23,7 +23,7 @@ build() {
sh autogen.sh \
--prefix=/usr \
--disable-static
- make
+ make -j1
}
package() {