osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-upf/+/31943 )
Change subject: contrib/jenkins: netfilter: use PARALLEL_MAKE
......................................................................
contrib/jenkins: netfilter: use PARALLEL_MAKE
Change-Id: Ia707f7411548c6d82bbb06b835a1930b30c447ec
---
M contrib/jenkins.sh
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/43/31943/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 8739baa..3b395ef 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -55,7 +55,7 @@
--without-cli \
--disable-man-doc \
--enable-python=no
- $MAKE install
+ $MAKE $PARALLEL_MAKE install
STOW_DIR="$inst/stow" stow --restow $project
}
build_from_netfilter libnftnl
--
To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/31943
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: Ia707f7411548c6d82bbb06b835a1930b30c447ec
Gerrit-Change-Number: 31943
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange