Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

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 requested a review from joncinque July 5, 2023 15:04
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community Community contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant