Re: ampere2's main-armv7 crashed after only 3 min 51 sec, nothing started to build; libdm.so.{6->7} issues
Philip Paeps <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm,gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
On 2024-10-22 16:52:26 (-0400), Ronald Klop wrote: > Ampere2 is building armv7 again > https://pkg-status.freebsd.org/ampere2/build.html?mastername=main-armv7-default&build=p94c4ac6b071b_sc87b3f0006 > BTW: I made a graph that shows how old a pkg repo is per > architecture.It shows that arm/aarch64 is significantly older than > i386/amd64. But also that armv7 is way behind the rest now. It takes aarch64 considerably longer to build a set than i386/amd64. The builds are scheduled at the same frequency, but we don't start a new build while another build is still going. Our aarch64 builders spend most of their time building about 19 different versions of LLVM (at last count). This really slows down the pipeline. Philip