Build: limit the size of ccache

This commit is contained in:
John Doe
2021-10-18 21:16:14 +08:00
parent 33e54be623
commit 717c2de723
2 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ sed -i '/skip\=/ a skip=`mount | grep -q /dev/$device; echo $?`' `find package/
mkdir -p `find package/ -follow -type d -path '*/pdnsd-alt'`/patches
mv $GITHUB_WORKSPACE/patches/99-disallow-aaaa.patch `find package/ -follow -type d -path '*/pdnsd-alt'`/patches
sed -i 's/5.0/1.0/' .ccache/ccache.conf
if [ $BRANCH == 'master' ]; then
sed -i 's/5.10/5.4/' target/linux/rockchip/Makefile