]> git.pld-linux.org Git - packages/atlas-upload-cli.git/commitdiff
make -j1 for now
authorElan Ruusamäe <glen@delfi.ee>
Tue, 21 Apr 2015 04:41:58 +0000 (07:41 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 21 Apr 2015 04:41:58 +0000 (07:41 +0300)
atlas-upload-cli.spec

index 3a87479cf06cbba9a5c46d0d6c55c585186728f7..6859e4b3bf9798a5f14ecf25a1bb1d4c30935849 100644 (file)
@@ -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
This page took 0.04676 seconds and 4 git commands to generate.