-
Notifications
You must be signed in to change notification settings - Fork 43
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
chore: update rebased gossipsub from libp2p #1185
Conversation
@richard-ramos any idea how to fix the nix build error?
|
Let's see now! |
Tried that locally already and didn't work. This seems to be something else. |
cc: @jakubgs |
I'll try creating a tag in the meantime. Because nix used to work with replaces (it does with go-ethereum) so maybe there's something weird going on when using a commit. |
Meh... it did not work. I think however this has to be fixed because status-go and mobile do use nix in their build process! |
@chaitanyaprem @richard-ramos but it does use Lines 28 to 29 in bc16c74
Just like the comment says. |
we did try updating the SHA, but still it was giving an error #1185 (comment) |
Okay, there is a bug here, because there's two Lines 16 to 35 in d3b5113
You changed the one in flake.nix but the on in default.nix is in effect. Here's the fix:
Rebase and fix the hash. |
ok, Thanks! i used to get the updated hash by running nix build locally using below command. But running that command throws error. is there any other way to get the hash to update it in
|
You can try modifying the hash to be clearly incorrect, that will force Nix to re-evaluate that part. |
Closing this as #1208 already has these changes included and some more. |
ref PR waku-org/go-libp2p-pubsub#2