@sergiusensSNAPCRAFT_PART_BUILD was just us experimenting to try to debug it. The core issue is that when I build the snap it works fine, but it fails for @jkfran.
And it references src/lib.c, which exists in the codebase here, but when Fran builds it, it doesnât seem to exist.
I donât understand why Franâs snapcraft should be behaving differently from mine. Weâre both on version 3.10.2, and we donât think there are any relevant config settings set.
note that snapcraftctl isnt any binary on your system but internally used by snapcraft during the build process so you will not just easily find it ⊠just call snapcraftctl build right above your mkdir line and you should be good to go.
I am in the branch master of dotrun, I modified the snapcraft.yaml to remove the snapcraftctl build line that we now have and using snapcraft --use-lxd works perfectly well.
With git status, the only change that I see in the repo is the modification that I made to remove snapcraftctl build.