mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
profiles: disable calling sync(2) after installing packages
This is just a safety feature for real Gentoo systems on the off chance that they crash moments after a package is installed. There isn't any such concern for the CoreOS SDK so just disable it. A normal build_image is slightly faster with this but I suspect it may help the build host which is usually running many emerge jobs in parallel.
This commit is contained in:
parent
8fc2fc268e
commit
301d2fbb22
@ -71,7 +71,7 @@ CCACHE_SIZE="2.5G"
|
||||
|
||||
# Always build binary packages, remove old build logs, avoid running as root.
|
||||
FEATURES="buildpkg ccache clean-logs compressdebug parallel-install splitdebug
|
||||
userfetch userpriv usersandbox"
|
||||
userfetch userpriv usersandbox -merge-sync"
|
||||
|
||||
# No need to restrict access to build directories in dev environments.
|
||||
PORTAGE_WORKDIR_MODE="0755"
|
||||
|
Loading…
x
Reference in New Issue
Block a user