mirror of
https://github.com/kylemanna/docker-aosp
synced 2026-08-11 16:33:05 +00:00
CCache doesn't seem to be working -- add this in the entrypoint
This commit is contained in:
@@ -35,10 +35,6 @@ COPY ssh_config /root/.ssh/config
|
||||
# considered to be ephemeral
|
||||
VOLUME ["/tmp/ccache", "/aosp"]
|
||||
|
||||
# Improve rebuild performance by enabling compiler cache
|
||||
ENV USE_CCACHE 1
|
||||
ENV CCACHE_DIR /tmp/ccache
|
||||
|
||||
# Work in the build directory, repo is expected to be init'd here
|
||||
WORKDIR /aosp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user