Closed Rizato closed 4 years ago
@adria0 do you think this will be fixed by #11597?
Yes, 5841af
is in the master branch.
@adria0 do you think this will be fixed by #11597?
@ordian It should. I'm just finishing checking the main problems with the current development branch. I open the PR asap to review.
Steps to reproduce
common-types = { git = "https://github.com/openethereum/openethereum" }
toCargo.toml
of another project.cargo build
Expected Behavior
Completed cargo build
Actual behavior
While searching down the issue I came across the same issue from 16 days ago. https://github.com/openethereum/openethereum/issues/11631 that offers a workaround, but not a solution.
It appears that the commit is searchable on github, but does not exist in the repository anymore. https://github.com/ethereum/tests/commits/06acfb48aee71ecb57a9ca991cf0f57b630e3469
Taking a look at the network graph for
ethereum/tests
we can see that commit is only in a fork of the project, not the main project.I think the resolution here is to use a commit that exists in the root ethereum/tests repo.