I’ve been trying to get a build of Gravity from source, but am running into some difficulties. To be clear, the build itself works - it generates functional tele
and gravity
binaries. The problem is that if I do a tele build
using the generated binary, it will still embed a “release” version of the gravity
binary inside the tarball, as it seems to download it from s3://hub.gravitational.com
(I can see it referenced in the download gravity.db
and present in the blobs folder).
How can I create a tele
binary that will use the custom gravity
binary I built? To be specific, this binary fixes the port checking problem I referenced in the other topic I opened.