infra hosts: tweak build options.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2016-05-27 13:59:39 -07:00
parent 69b94063ec
commit b33c6d98be
No known key found for this signature in database
GPG key ID: 19395F23C58826C4
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
export FEATURES="parallel-fetch preserve-libs"
export MAKEOPTS="-j4 -l4"
export FEATURES="parallel-fetch preserve-libs -collision-protect protect-owned"
export MAKEOPTS="-j7 -l7"

View file

@ -1,3 +1,3 @@
export GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/"
export FEATURES="parallel-fetch preserve-libs"
export MAKEOPTS="-j4 -l4"
export FEATURES="parallel-fetch preserve-libs -collision-protect protect-owned"
export MAKEOPTS="-j7 -l7"