Skip to content

Commit 79bd891

Browse files
authored
disable parallel build for syncd and syncd-rpc (sonic-net#225)
1 parent 3cbff40 commit 79bd891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ binary-syncd:
3030
dh build -N syncd-rpc -N syncd-rpc-dbg --with autotools-dev
3131
dh binary -N syncd-rpc -N syncd-rpc-dbg --with autotools-dev
3232

33-
binary-syncd-rpc:
33+
binary-syncd-rpc: | binary-syncd
3434
$(shell echo '--enable-rpcserver=no' > /tmp/syncd-build)
3535
dh clean --with autotools-dev
3636
dh build -N syncd -N syncd-dbg --with autotools-dev

0 commit comments

Comments
 (0)