I know I can use custom Docker images for this but creating and maintaining several (possibly 10+) images just to add a git binary seems very heavyweight and painful.
I would think that it'd be possible for cross to invoke apt-get in the image before it calls cargo (or xargo). I could look into implementing this if there's agreement that this is a thing that should be possible.
I know I can use custom Docker images for this but creating and maintaining several (possibly 10+) images just to add a
gitbinary seems very heavyweight and painful.I would think that it'd be possible for
crossto invokeapt-getin the image before it callscargo(orxargo). I could look into implementing this if there's agreement that this is a thing that should be possible.