From 2a91d8c636b35883acc55a4a46efa5d73e1b732c Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 29 Jun 2015 18:45:05 +0200 Subject: [PATCH] Disable CCACHE --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4adc17a..4071735 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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