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

Add getrandom dependency #4703

Closed

Conversation

KirillLykov
Copy link

@KirillLykov KirillLykov commented Jul 5, 2023

Problem

borsh update lead to hashbrown update which adds dependency on getrandom.
All this lead to turning off spl downstream build in solana ci.
Details are in solana-labs/solana#32378

Solution

Following this giude, add explicit dependency on getrandom where needed with custom features

This is to prevent borsh update problem that leads to hashbrown update
which depends on getrandom
@mergify mergify bot added the community Community contribution label Jul 5, 2023
@KirillLykov KirillLykov removed the community Community contribution label Jul 5, 2023
@mergify mergify bot added the community Community contribution label Jul 5, 2023
@KirillLykov
Copy link
Author

solved in solana-labs/solana#32382

@KirillLykov KirillLykov closed this Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant