From 007976f8340e1b2f4dec1f318496cfa0c3e37b2e Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Sun, 28 Feb 2021 16:21:41 +0100 Subject: [PATCH] no distcc --- kernel-build-debian-task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-build-debian-task.yaml b/kernel-build-debian-task.yaml index 5ab5c9e..a52d129 100644 --- a/kernel-build-debian-task.yaml +++ b/kernel-build-debian-task.yaml @@ -57,7 +57,7 @@ spec: distcc --show-hosts echo "/ALL DISTCC HOSTS" ls -latr /usr/lib/distcc-pump/ - distcc-pump make -j20 bindeb-pkg CC=distcc LOCALVERSION=$(params.localversion) $(params.make_flags) + make -j4 bindeb-pkg CC=distcc LOCALVERSION=$(params.localversion) $(params.make_flags) workspaces: - name: usr-src mountPath: /usr/src \ No newline at end of file