Skip to content

Remove git dependency in CLI build.rs #3742

@bfops

Description

@bfops

From @gefjon:

I would also like to know if we see any alternative path to reducing or removing our usage of git in build scripts, given the problems it's caused both in Git builds and among our users.

One option may be to use git2 as a library instead of an executable.

Another option would be to have a statically generated index of the template files. This could be done in a pre-commit hook, or generated via a command and checked in CI (like our CLI docs, for example).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions