mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 07:35:15 +00:00
github: also pass the j option to make
Signed-off-by: Evgeny Vereshchagin <evvers@ya.ru>
This commit is contained in:
parent
72f83931b3
commit
bfb24cf0fd
2
.github/workflows/sanitizers.sh
vendored
2
.github/workflows/sanitizers.sh
vendored
@ -27,7 +27,7 @@ esac
|
|||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
CFLAGS="-Wall -Werror" ./configure $ARGS
|
CFLAGS="-Wall -Werror" ./configure $ARGS
|
||||||
make
|
make -j$(nproc)
|
||||||
make install
|
make install
|
||||||
|
|
||||||
cat <<'EOF' >/usr/bin/lxc-test-share-ns
|
cat <<'EOF' >/usr/bin/lxc-test-share-ns
|
||||||
|
Loading…
Reference in New Issue
Block a user