mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
update_chroot: set a more permissive ccache umask
This seems to fix the ccache permission issues `update_chroot` hits while building ninja. The erroneous files were created as root:portage, so a umask of 002 should let other portage group members share them, which seems entirely reasonable.
This commit is contained in:
parent
97ab652443
commit
62bff69a19
@ -86,6 +86,7 @@ PORT_LOGDIR="/var/log/portage"
|
||||
PORTAGE_BINHOST="$(get_sdk_binhost)"
|
||||
PORTAGE_USERNAME="${PORTAGE_USERNAME}"
|
||||
MAKEOPTS="--jobs=${NUM_JOBS} --load-average=$((NUM_JOBS * 2))"
|
||||
CCACHE_UMASK="002"
|
||||
|
||||
# Generally there isn't any need to add packages to @world by default.
|
||||
# You can use --select to override this.
|
||||
|
Loading…
Reference in New Issue
Block a user