aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-27 17:29:34 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-29 10:48:21 -0700
commit080d8f7ffdcc0f2ec625c419bdd21354db97008d (patch)
tree8178615d6449ae4593ed821911654718ed381d48
parenttargets: Build with FEATURES=binpkg-multi-instance (diff)
downloadcatalyst-080d8f7f.tar.gz
catalyst-080d8f7f.tar.bz2
catalyst-080d8f7f.zip
targets: Build with FEATURES=parallel-install
Greatly speeds up package installation on multi-core systems, especially when installing mostly binary packages. Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rwxr-xr-xtargets/support/chroot-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
index 94f7c92f..2207e7b4 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -78,7 +78,7 @@ get_libdir() {
setup_myfeatures(){
setup_myemergeopts
- export clst_myfeatures="-news binpkg-multi-instance clean-logs"
+ export clst_myfeatures="-news binpkg-multi-instance clean-logs parallel-install"
export FEATURES="${clst_myfeatures}"
if [ -n "${clst_CCACHE}" ]
then