Disable CCACHE

This commit is contained in:
Mathieu Maret 2015-06-29 18:45:05 +02:00
parent ed22ff7582
commit 2a91d8c636
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ RUN chown aosp:aosp /home/aosp/.gitconfig
VOLUME ["/tmp/ccache", "/aosp"]
# Improve rebuild performance by enabling compiler cache
ENV USE_CCACHE 1
#ENV USE_CCACHE 1
ENV CCACHE_DIR /tmp/ccache
# Work in the build directory, repo is expected to be init'd here