Newer
Older
image: robertcnelson/debian-bookworm-slim-ti-linux-kernel-dev:latest
key: "$CI_PROJECT_NAME-am33x-v6.4"
- . version.sh && echo $BRANCH
- mkdir -p /root/.cache/ccache/ || true
- ccache -s
- tar -xf ccache.tar.gz -C / || true
- cp -v system.sh.sample system.sh
- echo "AUTO_BUILD=1" >> system.sh
- echo "LINUX_GIT=/mnt/yocto-cache/git/linux-src/" >> system.sh
- git config --global --add safe.directory /mnt/yocto-cache/git/linux-src
- du -sh deploy/linux-image-*.deb || true
- tar -cf ccache.tar.gz /root/.cache/ccache/
name: "$CI_PROJECT_NAME-am33x-v6.4-$CI_JOB_ID"
paths:
- "deploy/linux-image-*.deb"