Dockerfile: Fix CCACHE_DIR env variable
* Use the proper environmental variable
This commit is contained in:
parent
5116546c02
commit
bdc92d0d06
@ -36,7 +36,7 @@ VOLUME /aosp
|
||||
|
||||
# Improve rebuild performance by enabling compiler cache
|
||||
ENV USE_CCACHE 1
|
||||
ENV CCACHE /tmp/ccache
|
||||
ENV CCACHE_DIR /tmp/ccache
|
||||
|
||||
# Work in the build directory, repo is expected to be init'd here
|
||||
USER aosp
|
||||
|
Loading…
Reference in New Issue
Block a user