Skip to content
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

fix: change vergen features to match foundry #6047

Merged
merged 1 commit into from
Jan 12, 2024
Merged

fix: change vergen features to match foundry #6047

merged 1 commit into from
Jan 12, 2024

Conversation

Rjected
Copy link
Member

@Rjected Rjected commented Jan 12, 2024

This package is used by both foundry and reth, with mutually exclusive features. This changes the features to match foundry where applicable, specifically using git2 instead of gitcl

Fixes #6044

There is another compile error in the repro after using this branch, but that can be resolved by using features = ["optimism"] in reth-providers

This package is used by both foundry and reth, with mutually exclusive
features. This changes the features to match foundry where applicable,
specifically using `git2` instead of `gitcl`
@Rjected Rjected added C-bug An unexpected or incorrect behavior A-db Related to the database labels Jan 12, 2024
@gakonst gakonst added this pull request to the merge queue Jan 12, 2024
Merged via the queue into main with commit cea6381 Jan 12, 2024
28 checks passed
@gakonst gakonst deleted the dan/fix-vergen branch January 12, 2024 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-db Related to the database C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mutually exclusive vergen feature conflicts between reth and foundry
3 participants