wtf is going on with my distcc-pump hack?

This commit is contained in:
2021-02-25 23:08:16 +01:00
parent e297dedc10
commit ff98e856dd
2 changed files with 9 additions and 2 deletions

View File

@@ -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