-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Continuous integration and nightly builds #621
Comments
If this could also upload to ipfs that would be a nice bonus. libp2p/interop currently uses ipfs distribution to pull in the go daemon binary via an npm package, https://github.com/libp2p/npm-go-libp2p-dep. We could potentially upgrade that to do some smarter version checking and do nightly interop builds of the latest releases. |
IMO, we should still cut releases of individual modules so downstream projects can update these modules to get new features. We just shouldn't cut releases of go-libp2p for every tiny change. |
This is not a problem any more, since go-libp2p is essentially a mono-repo now. |
TL;DR: Let's build on the libp2p workspace to provide continuous integration and nightly builds for binaries (right now the daemon, because libp2p is really a library).
Problems:
Proposal:
replace
gomod directives, and runs all tests.The text was updated successfully, but these errors were encountered: