WIP: feat: use download-artifact instead of manually downloading it #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "push-ypzqxowpsnwq"
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?
This should hopefully work on private repos too!
Blocked on
download-artifact
being able to download artifacts from other runs T-T78313cff98
to4b8ce403a3
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).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
4b8ce403a3
tobae37e3eca
bae37e3eca
to76fd026db4
76fd026db4
to32a67156d7
32a67156d7
to1b9c865681
1b9c865681
to2ae888ad64
2ae888ad64
to87f358b9e0
87f358b9e0
to561ab5a516
561ab5a516
toe2bc66d22c
e2bc66d22c
tod684e1ea3a
d684e1ea3a
to74dfb24f5c
74dfb24f5c
to155288521d
155288521d
tocf7b4029e1
cf7b4029e1
tof420305d0c
feat: use download-artifact instead of manually downloading itto WIP: feat: use download-artifact instead of manually downloading itf420305d0c
to7aaeaee4c4
7aaeaee4c4
tobf9d3cb078
bf9d3cb078
tof2cea7cf73
f2cea7cf73
to6635e00cd1
6635e00cd1
toefe08fcf0d
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.