-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Libp2p Broke Travis #2695
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
Comments
It might be fixed according to this: libp2p/go-libp2p#649 |
Hey, gomod can be a pain sometimes. Easy way to fix this is to manually remove all go-libp2p modules from your go.mod file, and do a |
I noticed prysm doesn't use go modules. Any particular reason? |
We didn't have support for it originally with our build tooling, but it looks like we have support now: bazel-contrib/bazel-gazelle#292 We'll need to assess how this behaves with renovate. We have two solutions here:
For now, we just ignore travis until the problem is resolved. We haven't had too much pain with this strategy so far. |
This is no longer breaking us. The current travis breakage is #2724 |
Looks like some Libp2p's breaking changes came our way, a few stuff was merged before merging in core package
In Travis:
The text was updated successfully, but these errors were encountered: