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-artifactbeing able to download artifacts from other runs T-T78313cff984b8ce403a3Flake 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).Sizeby disabling unneeded services/default packages.Sizeand theNAR Size.NAR Sizeby reducing the size of the build outputs, e.g. don't copy unnecessary data to the $out dir, optimize binaries for size, etc.Sizeby reducing the dependencies (e.g.buildInputs).glibcadds ~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.muslis not gonna improve things.Packages
hello4b8ce403a3bae37e3ecabae37e3eca76fd026db476fd026db432a67156d732a67156d71b9c8656811b9c8656812ae888ad642ae888ad6487f358b9e087f358b9e0561ab5a516561ab5a516e2bc66d22ce2bc66d22cd684e1ea3ad684e1ea3a74dfb24f5c74dfb24f5c155288521d155288521dcf7b4029e1cf7b4029e1f420305d0cfeat: use download-artifact instead of manually downloading itto WIP: feat: use download-artifact instead of manually downloading itf420305d0c7aaeaee4c47aaeaee4c4bf9d3cb078bf9d3cb078f2cea7cf73f2cea7cf736635e00cd16635e00cd1efe08fcf0defe08fcf0d6d839cd5226d839cd522e3b4d899a2View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.