]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
github: also pass the j option to make 3824/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 3 May 2021 22:35:19 +0000 (22:35 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 3 May 2021 22:35:19 +0000 (22:35 +0000)
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
.github/workflows/sanitizers.sh

index 927d9a693e058650879304151c7b3bc70dd2ab5c..7fd7dced5dbc141d28d1b7e359af0812cd940abd 100755 (executable)
@@ -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