LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   sbopkg | slackbuilds to slow (https://www.linuxquestions.org/questions/slackware-14/sbopkg-%7C-slackbuilds-to-slow-4175716685/)

allennet 09-12-2022 09:34 PM

sbopkg | slackbuilds to slow
 
Some apps takes too long to -download- and then compile. (like brave browser in this case)

sbopkg ---{https://github.com/brave/brave-browser/releases/download/v1.43.88/brave-browser-1.43.88-1.x86_64.rpm}

Any suggestion to make this faster?. Thanks

Daedra 09-12-2022 09:44 PM

are you building in parallel (Using all your CPU cores)? Add the line in red to your /etc/sbopkg/sbopkg.conf

Code:

DIFF=${DIFF:-diff}
DIFFOPTS=${DIFFOPTS:--u}
RSYNCFLAGS="${RSYNCFLAGS:---verbose --timeout=30}"
WGETFLAGS="${WGETFLAGS:--c --progress=bar:force --timeout=30 --tries=5}"
export MAKEFLAGS="j $(expr $(nproc) + 1)"


allennet 09-12-2022 10:10 PM

sbopkg
 
Quote:

Originally Posted by Daedra (Post 6379782)
are you building in parallel (Using all your CPU cores)? Add the line in red to your /etc/sbopkg/sbopkg.conf

Code:

DIFF=${DIFF:-diff}
DIFFOPTS=${DIFFOPTS:--u}
RSYNCFLAGS="${RSYNCFLAGS:---verbose --timeout=30}"
WGETFLAGS="${WGETFLAGS:--c --progress=bar:force --timeout=30 --tries=5}"
export MAKEFLAGS="j $(expr $(nproc) + 1)"



Thank you Sr.


All times are GMT -5. The time now is 02:44 PM.