mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
Merge pull request #1354 from marineam/ccache
profiles: use compiler hash for ccache
This commit is contained in:
commit
9dabe87f88
@ -85,6 +85,7 @@ PORTAGE_BUNZIP2_COMMAND="lbunzip2"
|
|||||||
# instead of ${ROOT}/var/tmp/ccache enables sharing results across
|
# instead of ${ROOT}/var/tmp/ccache enables sharing results across
|
||||||
# setup_board --force and between different boards of the same arch.
|
# setup_board --force and between different boards of the same arch.
|
||||||
CCACHE_COMPRESS=1
|
CCACHE_COMPRESS=1
|
||||||
|
CCACHE_COMPILERCHECK=content
|
||||||
CCACHE_DIR="/var/tmp/ccache"
|
CCACHE_DIR="/var/tmp/ccache"
|
||||||
|
|
||||||
# Always build binary packages, remove old build logs, avoid running as root.
|
# Always build binary packages, remove old build logs, avoid running as root.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user