-
Notifications
You must be signed in to change notification settings - Fork 126
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
Fixed NixOs vendoring issue #409
Conversation
Hey @akorchyn thanks for taking this on! Looks good, just need to update the CI workflow. |
Sorry, I missed one spot in the build.rs :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! thanks for this :)
haven't tested out e.g. cargo package
or cargo vendor
yet but the diff generally looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🥇thanks again @akorchyn! Just want some confirmations from the team before merging.
- @ralexstokes could you confirm that this fixes your issue?
- @Rjected & @pawanjay176 will this still work with Reth & Lighthouse?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran CI on lighthouse with this branch and it looks fine, changes also make sense to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good to me, should work with revm / reth / alloy. moving cargo.toml to the top level makes sense
Resolves: #392
You can test it by