flatpak-builder icon indicating copy to clipboard operation
flatpak-builder copied to clipboard

[Feature request]: Skip git fetch when cached repository already has the correct commit hash

Open darkdragon-001 opened this issue 3 years ago • 0 comments

Checklist

  • [X] I agree to follow the Code of Conduct that this project adheres to.
  • [X] I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Suggestion

Some git modules (e.g. boost) have tons of git submodules. Checking them on every build takes several minutes(!) even though they are already checked out and uniquely pinned by the commit hash. This makes solving problems quite time-consuming...

darkdragon-001 avatar Apr 24 '22 15:04 darkdragon-001