libreelec: lower CCACHE_CACHE_SIZE limit to 10GB

This commit is contained in:
zalaare 2016-06-08 20:11:58 +00:00
parent dfa9d4a4cb
commit cc8b88014d

View File

@ -78,8 +78,9 @@ fi
# Set the maximum size of the files stored in the cache. You can specify a
# value in gigabytes, megabytes or kilobytes by appending a G, M or K to the
# value. The default is gigabytes. The actual value stored is rounded down to
# the nearest multiple of 16 kilobytes.
CCACHE_CACHE_SIZE="30G"
# the nearest multiple of 16 kilobytes. Keep in mind this per project .ccache
# directory.
CCACHE_CACHE_SIZE="10G"
# install devtools on development builds
if [ "$LIBREELEC_VERSION" = "devel" ]; then