removing zeroconf /etc/distcc/hosts

This commit is contained in:
2021-02-22 18:47:45 +01:00
parent d6b01e606e
commit c585faa615
3 changed files with 26 additions and 31 deletions

View File

@@ -37,7 +37,9 @@ spec:
echo "res.input.ke...path: $(resources.inputs.kernel-configs.path)"
cp $(resources.inputs.kernel-configs.path)/riotboard-5.7 /usr/src/linux-source-5.10/.config
cd /usr/src/linux-source-5.10
make ARCH=arm KBUILD_DEBARCH=armhf CROSS_COMPILE=arm-linux-gnueabihf- -j4 deb-pkg LOCALVERSION=-riot2
make CC=distcc DISTCC_HOSTS="distcc-0.distcc distcc-1.distcc distcc-2.distcc distcc-3.distcc"\
ARCH=arm KBUILD_DEBARCH=armhf CROSS_COMPILE=arm-linux-gnueabihf- \
-j4 deb-pkg LOCALVERSION=-riot2
- name: cleanup-workspace-post
image: alpine
command: