-
Notifications
You must be signed in to change notification settings - Fork 117
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
Build failure when elasticsearch feature is enabled #6695
Comments
Also happening with the last
|
This builds fine:
|
The elasticsearch feature needs to be added to the list of features that activate Serialize on Block and every type that it contains: zebra/zebra-chain/src/block.rs Lines 46 to 47 in 185d138
This build issue happens because some build commands activate the proptest-impl feature, and some don't. |
I tried the above fix and i am now getting the same error as https://github.com/ZcashFoundation/zebra/actions/runs/5005342607/jobs/8969163581?pr=6706 which is a bump of bitflags. It is possible that a fix in that PR (#6706) might help here too. |
This is a bug in the Use |
You are right, |
Sorry for the confusion all. This should be all sorted by |
@oxarbitrage I'm happy to help you through setting up these feature dependencies, but I'm focused on other work right now. So let's wait until this ticket gets scheduled? |
Yes, agree with that, I thought it was going to be easier. |
Reported by John in slack. When i execute this command to install zebra:
I get the following build error:
This is also happening without
--locked
argument.The text was updated successfully, but these errors were encountered: