-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
New projects on anchor-cli 0.29.0 / solana-cli 1.17.17 still having ahash errors when building #2792
Comments
It's a duplicate of #2755 but Anchor doesn't even have a direct dependency to I see in the logs you shared that it's compiling https://github.com/solana-labs/solana/blob/cc7c59af9f09932168bad4b3f94e3e09d336f6be/Cargo.toml#L135 It was fixed in the next release( https://github.com/solana-labs/solana/blob/cc0e9a0e5a6b5c3e86d52ac105dac743826afd9a/Cargo.toml#L135 There is a solution I've posted in #2755 (comment) but in any case, pinning is only a short-term solution and problems like this will continue to happen as long as Solana's |
Edit: oh wait, there are two things were are discussing with similar versions, solana-frozen-abi v1.17.14 and solana-cli v1.17.17
I have heard (from you via Jacob) that
Still produces this error. |
Yes, the version I was talking about was from the logs you've shared:
it's not your
You can see which version of Solana crates you have by running:
You can also only update Solana deps with:
|
Cool. I made another repo with a workflow to check Anchor is working out of the box though and I can see it works fine. I can't update my own project right now (I have a deadline and my Anchor program breaks when I run
|
|
I did look for duplicates on this, but couldn't find any. Re rust-lang/rust#86161
ahash still seems to be failing in solana-cli 1.17.17, anchor-cli 0.29.0.
The text was updated successfully, but these errors were encountered: