Page MenuHomeFreeBSD

make only vital packages vital, not their sub-packages
ClosedPublic

Authored by freebsd_igalic.co on Mar 11 2021, 8:33 PM.
Referenced Files
F168931087: D29224.id86429.diff
Sun, Aug 30, 7:49 PM
F168853025: D29224.diff
Sun, Aug 30, 11:19 AM
Unknown Object (File)
Sat, Aug 29, 9:52 AM
Unknown Object (File)
Sat, Aug 29, 4:48 AM
Unknown Object (File)
Wed, Aug 26, 9:24 PM
Unknown Object (File)
Wed, Aug 26, 9:01 PM
Unknown Object (File)
Sun, Aug 23, 1:56 PM
Unknown Object (File)
Sat, Aug 22, 10:24 AM
Tokens
"Love" token, awarded by ehem_freebsd_m5p.com.

Details

Summary

make "vital" a replaceable, which defaults to "false" and only set it for
the main clib, utilities and runtime packages, not their sub-packages

PR: 254174

Test Plan

i have not tested this yet.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37792
Build 34681: arc lint + arc unit

Event Timeline

I don't think that the jail package should be vital.
Otherwise that looks good.

release/packages/generate-ucl.sh
41

clibs should be vital too.

release/packages/generate-ucl.sh
67

well, this is wrong

70

and why are jails vital?

addressed in latest update

freebsd_igalic.co retitled this revision from make jail, runtimes & utilities sub-packages non-vital to make only vital packages vital, not their sub-packages.Mar 12 2021, 11:59 AM
freebsd_igalic.co edited the summary of this revision. (Show Details)
freebsd_igalic.co edited the test plan for this revision. (Show Details)

Looks ok,
Can you rebase your patch against latest main ?
Thanks.

This revision was not accepted when it landed; it landed in state Needs Review.Mar 28 2021, 10:19 AM
This revision was automatically updated to reflect the committed changes.

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.