version: git
does not work in core24
#4805
Labels
bug
Actual bad behavior that don't fall into maintenance or documentation
version: git
does not work in core24
#4805
Bug Description
version: git
does not work for core24 snaps becausegit
is not installed and fails when calling this craft-parts function.One possible solution is to install it via craft-application here or let craft-parts decide if it needs to be installed. Another is to use
pygit2
in craft-parts instead ofsubprocess.run(["git", ...
.To Reproduce
snapcraft pack
Environment
n/a
snapcraft.yaml
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: