[packages/atlas-upload-cli: 2/3] make -j1 for now

glen glen at pld-linux.org
Tue Apr 21 06:43:37 CEST 2015


commit fe38ddb9de713cdc80389ddaf247610ecf2f6e9c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Apr 21 07:41:58 2015 +0300

    make -j1 for now

 atlas-upload-cli.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/atlas-upload-cli.spec b/atlas-upload-cli.spec
index 3a87479..6859e4b 100644
--- a/atlas-upload-cli.spec
+++ b/atlas-upload-cli.spec
@@ -39,7 +39,8 @@ deploys.
 
 %build
 export GOPATH=$(pwd)/vendor
-%{__make}
+# make -j1 because https://github.com/hashicorp/atlas-upload-cli/pull/10
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/atlas-upload-cli.git/commitdiff/ba85c2197a01f3ec94a9bd3cf3b87f893553720a



More information about the pld-cvs-commit mailing list