From: Evgeny Vereshchagin Date: Mon, 3 May 2021 22:35:19 +0000 (+0000) Subject: github: also pass the j option to make X-Git-Tag: lxc-5.0.0~180^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfb24cf0fd8b65c06e8bafe4cb7b7fbd77c41487;p=thirdparty%2Flxc.git github: also pass the j option to make Signed-off-by: Evgeny Vereshchagin --- diff --git a/.github/workflows/sanitizers.sh b/.github/workflows/sanitizers.sh index 927d9a693..7fd7dced5 100755 --- a/.github/workflows/sanitizers.sh +++ b/.github/workflows/sanitizers.sh @@ -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