-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove gx references to be usable as library #3920
Comments
@abergmeier-dsfishlabs with bazel you should be able to run |
@abergmeier-dsfishlabs After running through the Bazel tutorial, I still do not see how you can chose a given commit in a git repository for your build. If you want to get reproducible builds, you need to find a way to do that. gx is one way to achieve that reproducibility and you can integrate it into your build system as an external dependency: https://bazel.build/versions/master/docs/external.html#non-bazel-projects |
In your
I will probably fork, remove gx, add Bazel and merge every release into my fork. |
Closing |
I am trying to use go-ipfs in a personal project. Sadly, several
go
files have explicit references to "gx".Since I am using Bazel to build my project, this mechanic is not working.
It would be great if go-ipfs would handle like a stock go project without the need for a specific build system/package manager.
The text was updated successfully, but these errors were encountered: