I am using Buck to build a C++ project.
I would like to add a Git URL (e.g. git@github.com:owner/project.git
) as a dependency so that a build can automatically pull down a library from GitHub. I took a look at remote_file
, but that only seems to work for HTTP, HTTPS and Maven.
Does Buck provide this functionality out-of-the-box?
If so, is it possible to specify a specific commit hash or tag?
Buck does not support remote Git URLs.
Your options are:
.zip
URL (GitHub gives you these)