Unverified Commit 15e2d139 by Evgeny Vereshchagin Committed by Christian Brauner

github: also pass the j option to make

parent f0292a36
......@@ -27,7 +27,7 @@ esac
./autogen.sh
CFLAGS="-Wall -Werror" ./configure $ARGS
make
make -j$(nproc)
make install
cat <<'EOF' >/usr/bin/lxc-test-share-ns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment