Closed ch4og closed 1 month ago
AFAIK pkgs.rustPlatform.buildRustPackage
can't use rust-cache so I have no idea what can be done
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 3.33%. Comparing base (
4bc6b7a
) to head (b998cde
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Maybe @jla2000 or @Titaniumtown has an idea about this
@ch4og I think you will need to cache the nix store.
Maybe @jla2000 or @Titaniumtown has an idea about this
I'm not too familiar with using nix with github actions, srry :(
@ch4og I think you will need to cache the nix store.
Doesn't nix magic cache do this?
Should be good to merge
Caching nix store using other way worked. It uses cache after first build now
But this build time can be decreased even more with https://github.com/orhun/binsider/pull/76
Description of change
Adds flake building to CI
Help is needed to add rust-cache support