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