wtf is going on with my distcc-pump hack?
This commit is contained in:
@@ -41,8 +41,13 @@ spec:
|
||||
image: cr.lan/debian-kernel-build-stable
|
||||
script: |
|
||||
#!/usr/bin/env bash
|
||||
echo "res.input.ke...path: $(resources.inputs.kernel-configs.path)"
|
||||
|
||||
echo $PATH
|
||||
|
||||
echo "res.input.ke...path: $(resources.inputs.kernel-configs.path)"
|
||||
echo "K_VERS: $(params.kernel_version)"
|
||||
|
||||
ls -altr /usr/src/
|
||||
cp -v $(resources.inputs.kernel-configs.path)/$(params.config) \
|
||||
/usr/src/linux-source-${params.kernel_version}/.config || exit 1
|
||||
cd /usr/src/linux-source-$(params.kernel_version)
|
||||
@@ -51,6 +56,7 @@ spec:
|
||||
echo "ALL DISTCC HOSTS"
|
||||
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)
|
||||
workspaces:
|
||||
- name: usr-src
|
||||
|
||||
Reference in New Issue
Block a user