|
|
|
|
|
by hawski
1865 days ago
|
|
And here I thought that having a desktop CPU like Ryzen 5 2400G with loads of RAM would take me somewhere. It took the machine around 71 seconds. EDIT: could you measure C compilation. For example: git clone --depth 1 --branch v5.12.4 "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
cd linux
make defconfig
time make -j$(getconf _NPROCESSORS_ONLN)
For me it's slightly below 5 minutes. |
|
Are you including download time? On my Ryzen 7 3700X, it's done in 17 seconds.