NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.1k stars 291 forks source link

Fetch Git LFS objects #1355

Open hacker1024 opened 5 months ago

hacker1024 commented 5 months ago

This PR changes the Git input plugin to fetch LFS objects alongside the regular git fetch when creating SCM caches. This allows the objects to be used in subsequent clones from the cache (done automatically when programs.git-lfs.enable is true).

This is harmless for repositories that do not use LFS.

Related: #824 (I'm not sure how this affects flakes).

DerDennisOP commented 3 months ago

@NixOS/hydra-maintainers could someone please merge this?