Commit bfb24cf0 by Evgeny Vereshchagin

github: also pass the j option to make

parent 72f83931
......@@ -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