rhino-linux/os

Feat: Shorten build process with livebuild

ajstrongdev opened this issue · 4 comments

Apparently there is a method on how to speed up the build process with livebuild.

Potential answer: https://lists.debian.org/debian-live/2017/02/msg00010.html

@ajstrongdev that answer is not related. the specific issue is that live-build is single-core processing, when we want it to parallel process

I have been using eatmydata and it appears to be processing slower.
Could be my specific setup, but that may be worth reviewing.

I'm not sure if you're able to select the server architecture in GitHub actions, but the builds for the PinePhone are much much faster on my RK3588 Orange Pi 5 Plus than my Ryzen 7 5800U laptop.
Over twice as fast.

Oh yeah, we have utilized native arm64 runners since the beginning.