do not build chromium and qtwebengine at full parallell as we'd run out
of memory...
This commit is contained in:
parent
22bbfd618b
commit
27f4dc8a32
2
profiles/targets/desktop/bashrc/half_parallell.rc
Normal file
2
profiles/targets/desktop/bashrc/half_parallell.rc
Normal file
@ -0,0 +1,2 @@
|
||||
nr_cpu=$(lscpu -p | egrep -v '^#' | wc -l)
|
||||
MAKEOPTS="-j$(( ${nr_cpu}/2 ))"
|
1
profiles/targets/desktop/bashrc/no_parallell.rc
Normal file
1
profiles/targets/desktop/bashrc/no_parallell.rc
Normal file
@ -0,0 +1 @@
|
||||
MAKEOPTS="-j1"
|
1
profiles/targets/desktop/package.bashrc/chromium
Normal file
1
profiles/targets/desktop/package.bashrc/chromium
Normal file
@ -0,0 +1 @@
|
||||
www-client/chromium half_parallell.rc
|
1
profiles/targets/desktop/package.bashrc/qtwebengine
Normal file
1
profiles/targets/desktop/package.bashrc/qtwebengine
Normal file
@ -0,0 +1 @@
|
||||
dev-qt/qtwebengine half_parallell.rc
|
Loading…
Reference in New Issue
Block a user