charmed-kubernetes / actions-operator

Apache License 2.0
7 stars 18 forks source link

Install charm and charmcraft snaps #9

Closed johnsca closed 3 years ago

johnsca commented 3 years ago

Due to charmed-kubernetes/pytest-operator#13 we need to switch to using the snaps for building charms, and this needs to ensure that those snaps are available. Additionally, the strict confinement of the charmcraft snap combined with the fact that the runners provided by GitHub automatically include git-lfs means that we have to work around the /etc/gitconfig access issue.

Fixes #8