Skip to content
Snippets Groups Projects
Commit 143c534b authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

build: remove -j4 to build contrib

-j option is forbbiden to build contributions.
It may cause link error.

Change-Id: I161032a85450a34c2d4be121df376bfe7ab290e3
parent 4ac4aeed
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ do
echo "Building contrib"
make fetch
make -j4 || exit 1
make || exit 1
cd ../..
echo "Building daemon"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment