I'm an idiot. nproc != -jnproc

This commit is contained in:
Salt 2020-12-02 20:15:37 -06:00
parent 2f14e5a36d
commit 3ea3744d3e
1 changed files with 1 additions and 1 deletions

View File

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