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:
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'
|
||||
|
Loading…
Reference in New Issue
Block a user