Skip to content

Commit

Permalink
disable parallel build for syncd and syncd-rpc (sonic-net#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Sep 18, 2017
1 parent 3cbff40 commit 79bd891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ binary-syncd:
dh build -N syncd-rpc -N syncd-rpc-dbg --with autotools-dev
dh binary -N syncd-rpc -N syncd-rpc-dbg --with autotools-dev

binary-syncd-rpc:
binary-syncd-rpc: | binary-syncd
$(shell echo '--enable-rpcserver=no' > /tmp/syncd-build)
dh clean --with autotools-dev
dh build -N syncd -N syncd-dbg --with autotools-dev
Expand Down

0 comments on commit 79bd891

Please sign in to comment.