From 64a188eeb97ef1774689f4406895bab5cfb277fb Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 26 Oct 2020 01:54:51 +0000 Subject: user/libvorbis: single-thread test to avoid failure --- user/libvorbis/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/libvorbis/APKBUILD b/user/libvorbis/APKBUILD index 10e5afe9a..3fb3aa3d6 100644 --- a/user/libvorbis/APKBUILD +++ b/user/libvorbis/APKBUILD @@ -37,7 +37,7 @@ build() { } check() { - make check + make -j1 check } package() { -- cgit v1.2.3-60-g2f50