git2go icon indicating copy to clipboard operation
git2go copied to clipboard

why remove static compile support in stable branch ?

Open Ehekatl opened this issue 8 years ago • 2 comments

can I ask why the static compile support is removed in stable branch ? It's really complicated to get a fully static version of go2git, and sadly you only support it in next branch...

Ehekatl avatar Aug 30 '16 11:08 Ehekatl

@Ehekatl do you have a documented process to statically build binaries that uses git2go for multiple platform architectures? I have tried different methods with little to no avail.

calvn avatar Dec 17 '16 22:12 calvn

@calvn I afraid there is no easy way to have a multiple platform solution, even just for Linux, you need deal each release separately, here is an example environment in docker that I use to static compile with gb on Amzon Linux: https://gist.github.com/Ehekatl/93b4ac1621771f2889cd99c7b7cfc2ec

Ehekatl avatar Dec 18 '16 12:12 Ehekatl