This commit is contained in:
2021-04-11 20:45:12 +02:00
parent 007976f834
commit 4e67dbe69d

View File

@@ -57,7 +57,8 @@ spec:
distcc --show-hosts distcc --show-hosts
echo "/ALL DISTCC HOSTS" echo "/ALL DISTCC HOSTS"
ls -latr /usr/lib/distcc-pump/ ls -latr /usr/lib/distcc-pump/
make -j4 bindeb-pkg CC=distcc LOCALVERSION=$(params.localversion) $(params.make_flags) #distcc-pump make -j20 bindeb-pkg CC=distcc LOCALVERSION=$(params.localversion) $(params.make_flags)
make -j4 bindeb-pkg LOCALVERSION=$(params.localversion) $(params.make_flags)
workspaces: workspaces:
- name: usr-src - name: usr-src
mountPath: /usr/src mountPath: /usr/src