Page MenuHomeFreeBSD

release: move installworld before installkernel
ClosedPublic

Authored by emaste on Apr 5 2021, 12:56 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 22, 9:43 PM
Unknown Object (File)
Sun, Jul 12, 2:28 AM
Unknown Object (File)
Sat, Jul 4, 4:00 AM
Unknown Object (File)
Tue, Jun 30, 1:42 PM
Unknown Object (File)
Sun, Jun 28, 4:54 PM
Unknown Object (File)
Sun, Jun 28, 12:05 PM
Unknown Object (File)
Sat, Jun 27, 9:21 AM
Unknown Object (File)
Fri, Jun 26, 8:19 PM
Subscribers
Tokens
"Love" token, awarded by ehem_freebsd_m5p.com.

Details

Summary

To support -DNO_ROOT work. The top-level installworld target creates a new METALOG starting with #mtree 2.0 so it needs to be first, to avoid overwriting installkernel METALOG entries.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
This revision is now accepted and ready to land.Apr 5 2021, 4:42 PM

I'm unsure which commit did it, but at a point near this commit the time taken by release builds drastically decreased. Before this close to 20 hours for an aarch64 cross-build, just over 6 after. Even though I can leave my build machine running, the decrease in latency is very nice. Thank you.