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:
Michael Marineau 2014-06-29 10:34:09 -07:00
parent 8fc2fc268e
commit 301d2fbb22

View File

@ -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"