From 8fe2d1dd2368e2be289dd59f1b6c3afaef2cdfbe Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 27 Jan 2017 16:10:55 +0000 Subject: testing/unison: workaround possible parallel building issue Can't reproduce locally --- testing/unison/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testing') diff --git a/testing/unison/APKBUILD b/testing/unison/APKBUILD index 967f0facff..ef989a2b6d 100644 --- a/testing/unison/APKBUILD +++ b/testing/unison/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jean-Louis Fuchs pkgname=unison pkgver=2.48.4 -pkgrel=1 +pkgrel=2 pkgdesc="Unison - efficient file-synchronization tool" url="https://www.cis.upenn.edu/~bcpierce/unison/" arch="x86_64 armhf aarch64" @@ -22,9 +22,9 @@ build() { # ocamlopt doesn't know -Os nor -fomit-frame-pointer export CFLAGS="-ccopt -Os -ccopt -fomit-frame-pointer" for ui in text gtk2; do - make clean - make mkProjectInfo - make UISTYLE=$ui DEBUGGING=false THREADS=true || return 1 + make -j1 clean + make -j1 mkProjectInfo + make -j1 UISTYLE=$ui DEBUGGING=false THREADS=true || return 1 mv unison unison-$ui done } -- cgit v1.2.3