fluidattacks / makes

A software supply chain framework powered by Nix.
https://makes.fluidattacks.tech/
MIT License
453 stars 43 forks source link

Increase default GIT_DEPTH and MAKES_GIT_DEPTH #1355

Closed dsalaza4 closed 3 months ago

dsalaza4 commented 3 months ago

Currently, both variables are set to 1 by default.

This is problematic when jobs try to access previous commits to do things like checking changed files.

Changing such values to 3 would solve most of these issues without considerably increasing repo size.

dsalaza4 commented 3 months ago

Maybe we should deprecate the whole thing? 🤔

dsalaza4 commented 3 months ago

Maybe we should deprecate the whole thing? 🤔

I will leave this for future evaluations. For now I will focus on standardizing universe pipeline as much as I can while still relying on the builtin