aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-11 19:42:21 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-11 19:42:21 +0100
commitf367a7b36b8412b80ddb8eb5da05af56e51e9cc5 (patch)
tree8859054d376b89d68cf0b67450705d1a20239177 /community
parent0a2779d33a1dfac69fab866617598309baed9593 (diff)
downloadaports-f367a7b36b8412b80ddb8eb5da05af56e51e9cc5.tar.bz2
aports-f367a7b36b8412b80ddb8eb5da05af56e51e9cc5.tar.xz
community/gnome-keyring: runs tests with only one job
The tests blow up when run with many build jobs, so let's play it safe
Diffstat (limited to 'community')
-rw-r--r--community/gnome-keyring/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gnome-keyring/APKBUILD b/community/gnome-keyring/APKBUILD
index 894bee8c60..fb56e3e7a0 100644
--- a/community/gnome-keyring/APKBUILD
+++ b/community/gnome-keyring/APKBUILD
@@ -28,7 +28,7 @@ build() {
}
check() {
- xvfb-run make check
+ xvfb-run make check -j1
}
package() {