mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Container: Set up ccache (per Build Guide)
This commit is contained in:
parent
7d9e3d30cd
commit
4c0e3c835c
@ -30,5 +30,9 @@ RUN mkdir -p /home/$username/android \
|
||||
|
||||
ENV HOME=/home/$username
|
||||
ENV USER=$username
|
||||
ENV USE_CCACHE=1
|
||||
ENV CCACHE_COMPRESS=1
|
||||
ENV CCACHE_COMPRESSLEVEL=1
|
||||
ENV CCACHE_EXEC=/usr/bin/ccache
|
||||
ENV CCACHE_DIR=/home/$username/.ccache
|
||||
ENTRYPOINT chroot --userspec=$(cat /root/username):$(cat /root/username) --skip-chdir / /bin/bash -i
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user