ci: fix release-plz #394
No reviewers
Labels
No labels
bug
chore
duplicate
enhancement
help wanted
invalid
question
release
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: jalil/webnsupdate#394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "push-tkwsmzlollwl"
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?
Version v0.3.6 had nightly features in the
Cargo.toml
, these were stripped on build, but kept when the release was generated.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
default
git-cliff
webnsupdate
55a7d30a99
to585b0c2e1c
585b0c2e1c
todc51eebbd7
dc51eebbd7
to59f024f21d
59f024f21d
to5e2bcfbb70
5e2bcfbb70
to9773c3a024
9773c3a024
to1e96625ec8