We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f191b commit 0adb680Copy full SHA for 0adb680
nodebuilder
@@ -1262,7 +1262,7 @@ install_system_updates_dnf()
1262
install_system_updates_emerge()
1263
{
1264
readonly GENTOO_EBUILD_REPOSITORY='/var/db/repos/gentoo'
1265
- readonly EMERGE_UPDATE_COMMAND="emerge --update --jobs ${compile_num_jobs:-SYS_CORES_COUNT} --load-average ${compile_num_jobs:-SYS_CORES_PLUS_ONE} --quiet --quiet-build --quiet-fail --deep --newuse @world"
+ readonly EMERGE_UPDATE_COMMAND="emerge --update --jobs ${compile_num_jobs:-${SYS_CORES_COUNT}} --load-average ${compile_num_jobs:-${SYS_CORES_PLUS_ONE}} --quiet --quiet-build --quiet-fail --deep --newuse @world"
1266
readonly EMERGE_MAX_RETRIES='3'
1267
printf '\n'
1268
0 commit comments