View previous topic :: View next topic |
Author |
Message |
ritzmax72 Tux's lil' helper
Joined: 10 Aug 2014 Posts: 112
|
Posted: Sat Jun 08, 2024 12:13 pm Post subject: Which user here has had the fastest chromium compilation? |
|
|
Must be post 2020?
My best was around early 4 hours and I have 3950x. |
|
Back to top |
|
|
myga Tux's lil' helper
Joined: 12 Jun 2023 Posts: 121
|
Posted: Sat Jun 08, 2024 8:05 pm Post subject: |
|
|
Not the answer you looking for, but the compilation times are affected by LTO & PGO if you use them (even if the hardware is the same exact one you have). _________________ [Never break the law to save people. Nope, there aint no heroes here. Unless you are 'Satoshi Nakamoto', that's a true anonymous.] |
|
Back to top |
|
|
MrSnivvel n00b
Joined: 05 May 2007 Posts: 16
|
Posted: Sun Jun 16, 2024 1:09 am Post subject: |
|
|
Code: |
# time emerge -1qv chromium
Unavailable repository 'nest' referenced by masters entry in '/var/db/repos/nitratesky/metadata/layout.conf'
* IMPORTANT: 5 news items need reading for repository 'gitlab'.
* IMPORTANT: 3 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
>>> Verifying ebuild manifests
>>> Running pre-merge checks for www-client/chromium-126.0.6478.57
* Checking for at least 9 GiB RAM ... [ ok ]
* Checking for at least 23 GiB disk space at "/var/tmp/portage/www-client/chromium-126.0.6478.57/temp" ... [ ok ]
>>> Emerging (1 of 1) www-client/chromium-126.0.6478.57::gentoo
>>> Installing (1 of 1) www-client/chromium-126.0.6478.57::gentoo
>>> Completed (1 of 1) www-client/chromium-126.0.6478.57::gentoo
>>> Jobs: 1 of 1 complete Load avg: 9.0, 30.4, 44.2
* Messages for package www-client/chromium-126.0.6478.57:
* VA-API is disabled by default at runtime. You have to enable it
* by adding --enable-features=VaapiVideoDecoder to CHROMIUM_FLAGS
* in /etc/chromium/default.
* Chromium prefers GTK3 over GTK4 at runtime. To override this
* behavior you need to pass --gtk-version=4, e.g. by adding it
* to CHROMIUM_FLAGS in /etc/chromium/default.
!!! existing preserved libs found
* IMPORTANT: 5 news items need reading for repository 'gitlab'.
* IMPORTANT: 3 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
real 142m25.851s
user 3853m15.797s
sys 240m5.158s
|
Code: |
[I] www-client/chromium
Available versions: 125.0.6422.112(0/stable)^d (~)125.0.6422.141(0/stable)^d (~)126.0.6478.36(0/beta)^d 126.0.6478.57(0/stable)^d {+X bindist cups custom-cflags debug ffmpeg-chromium gtk4 +hangouts headless kerberos libcxx +lto +official pax-kernel pgo +proprietary-codecs pulseaudio qt5 qt6 +screencast selinux +system-harfbuzz +system-icu +system-png +system-toolchain +system-zstd +vaapi +wayland +widevine L10N="+af +am +ar +bg +bn +ca +cs +da +de +el +en-GB +es +es-419 +et +fa +fi +fil +fr +gu +he +hi +hr +hu +id +it +ja +kn +ko +lt +lv +ml +mr +ms +nb +nl +pl +pt-BR +pt-PT +ro +ru +sk +sl +sr +sv +sw +ta +te +th +tr +uk +ur +vi +zh-CN +zh-TW"}
Installed versions: 126.0.6478.57(0/stable)^d(19:54:54 06/15/24)(cups gtk4 hangouts lto official proprietary-codecs pulseaudio system-harfbuzz system-icu system-png system-toolchain system-zstd vaapi wayland widevine -X -bindist -custom-cflags -debug -ffmpeg-chromium -headless -kerberos -libcxx -pax-kernel -pgo -qt5 -qt6 -screencast -selinux L10N="-af -am -ar -bg -bn -ca -cs -da -de -el -en-GB -es -es-419 -et -fa -fi -fil -fr -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt-BR -pt-PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -ur -vi -zh-CN -zh-TW")
|
|
|
Back to top |
|
|
|