1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00

Merge pull request #31 from ontherunvaro/patch-1

android-env-vars: Use ccache compression
This commit is contained in:
Michael Stucki 2017-04-20 18:20:34 +02:00 committed by GitHub
commit bff9932f0a

View File

@ -1,3 +1,4 @@
export PATH=/home/build/bin:$PATH export PATH=/home/build/bin:$PATH
export USE_CCACHE=1 export USE_CCACHE=1
export CCACHE_DIR=/srv/ccache export CCACHE_DIR=/srv/ccache
export CCACHE_COMPRESS=1