[packages/podman] disable parallel build at make level

atler atler at pld-linux.org
Thu Feb 2 12:42:46 CET 2023


commit b89df2eb152af90ca58c5f54ee8ba272076941e6
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Feb 2 10:25:42 2023 +0100

    disable parallel build at make level
    
    go compilation is still parallelized however make itself assumes serial
    execution ie single markdown-preprocess invocation creates all output files
    while it would be executed multiple times in case of parallel build

 podman.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/podman.spec b/podman.spec
index ce6c79d..f1fd95c 100644
--- a/podman.spec
+++ b/podman.spec
@@ -73,7 +73,7 @@ Zsh completion for podman command.
 %setup -q
 
 %build
-%{__make} \
+%{__make} -j1 \
 	GO=/usr/bin/go \
 	GOCMD="CGO_ENABLED=1 %__go" \
 	GOPATH=$(pwd)/.gopath \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/podman.git/commitdiff/b39c9586395f0cccd9de4b1c8e48530e3281ebc4



More information about the pld-cvs-commit mailing list