1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

Fix ccache which is no longer shipped with AOSP

..by adding a ENV VAR pointing to the actual executable.

Taken out of StolenHal Pull Request.
This commit is contained in:
Simon Polack 2020-08-16 01:46:31 +02:00
parent 4f145950dd
commit 30405bb940

@ -29,6 +29,9 @@ ENV USE_CCACHE 1
# for no limit.
ENV CCACHE_SIZE 50G
# We need to specify the ccache binary since it is no longer packaged along with AOSP
ENV CCACHE_EXEC /usr/bin/ccache
# Environment for the LineageOS branches name
# See https://github.com/LineageOS/android_vendor_cm/branches for possible options
ENV BRANCH_NAME 'lineage-16.0'