FelicianoTech / hub-snap

MIT License
8 stars 1 forks source link

Revert "Install upstream binary, don't compile." #33

Closed FelicianoTech closed 4 years ago

FelicianoTech commented 4 years ago

Reverts felicianotech/hub-snap#32

I now remembered while I custom compiled in the first place. The binary produced upstream isn't a static binary. It has a few dependencies including libc and 3 others. As a class snap (this snap will pull libraries on the client system) a dynamic binary makes compatibility much more difficult.

I will revert back to custom compiling, update the Go version, and just pull the man pages from the official release rather than the binary.