ci: test both push and pull_request events #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "push-wrtlnrrsrqoo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think we have a bug with pull_request events so...
c68e4deaad
to70de79bafa
70de79bafa
to473a0f2852
473a0f2852
to72e652f679
72e652f679
to5f3b69c129
5f3b69c129
tof91d393cf9
f91d393cf9
to9ae615fc00
Flake output sizes
Definitions
Name
: the name of the package/configuration.Size
: the closure size (size on disk/NAR size + all transitive dependencies).NAR Size
: the size of the build output (package without the dependencies).[NAR] Size Change
: the amount changed compared to the main branch.Tips on reading this data
Size
(closure size/size on disk).Size
by disabling unneeded services/default packages.Size
and theNAR Size
.NAR Size
by reducing the size of the build outputs, e.g. don't copy unnecessary data to the $out dir, optimize binaries for size, etc.Size
by reducing the dependencies (e.g.buildInputs
).glibc
adds ~40MiB to theSize
, but is generally shared by ~every binary on the system, so, chances are, you are already including it from somewhere else and statically linking with e.g.musl
is not gonna improve things.Packages
hello
9ae615fc00
toe5c9b8ab90
e5c9b8ab90
toa492f64717
a492f64717
toafce81f97f
afce81f97f
to7d7a576f50