]> git.pld-linux.org Git - packages/atlas-upload-cli.git/blobdiff - atlas-upload-cli.spec
make -j1 for now
[packages/atlas-upload-cli.git] / 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.123499 seconds and 4 git commands to generate.