summaryrefslogtreecommitdiffstats
path: root/alpine
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-10-31 20:40:22 +0100
committerDonatas Abraitis <donatas@opensourcerouting.org>2022-11-07 20:23:53 +0100
commit54757dc1795c5fca93bed9a850be77baa36ff408 (patch)
treeaec10632bdf7ee2d9fcc008ae46d1b5938dd98da /alpine
parentMerge pull request #12268 from opensourcerouting/fix/zebra_tc_include_netinet... (diff)
downloadfrr-54757dc1795c5fca93bed9a850be77baa36ff408.tar.xz
frr-54757dc1795c5fca93bed9a850be77baa36ff408.zip
docker: Reuse all possible cores when building FRR for Alpine
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'alpine')
-rw-r--r--alpine/APKBUILD.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in
index 51986de2d..34d678c9a 100644
--- a/alpine/APKBUILD.in
+++ b/alpine/APKBUILD.in
@@ -47,7 +47,7 @@ build() {
--enable-vty-group=frrvty \
--enable-user=$_user \
--enable-group=$_user
- make
+ make -j $(nproc)
}
check() {