mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-04 23:26:59 +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
|
||||
CFLAGS="-Wall -Werror" ./configure $ARGS
|
||||
make
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
cat <<'EOF' >/usr/bin/lxc-test-share-ns
|
||||
|
Loading…
Reference in New Issue
Block a user