I'm an idiot. nproc != -jnproc
This commit is contained in:
parent
2f14e5a36d
commit
3ea3744d3e
@ -132,7 +132,7 @@ build-gentoo() {
|
|||||||
CXXFLAGS="\${COMMON_FLAGS}"
|
CXXFLAGS="\${COMMON_FLAGS}"
|
||||||
FEATURES="-network-sandbox"
|
FEATURES="-network-sandbox"
|
||||||
GENTOO_MIRRORS="http://distfiles.gentoo.org"
|
GENTOO_MIRRORS="http://distfiles.gentoo.org"
|
||||||
MAKEOPTS="$(nproc)"
|
MAKEOPTS="-j$(nproc)"
|
||||||
USE="systemd -elogind -test"
|
USE="systemd -elogind -test"
|
||||||
EOF
|
EOF
|
||||||
# This is required on >=17.1 to unroll some circular dependencies
|
# This is required on >=17.1 to unroll some circular dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user