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

fix(ci): downgrade getrandom #751

Merged
merged 2 commits into from
May 17, 2024
Merged

fix(ci): downgrade getrandom #751

merged 2 commits into from
May 17, 2024

Conversation

ratankaliani
Copy link
Member

@ratankaliani ratankaliani commented May 17, 2024

CI was breaking on the CLI test due to get_random v0.2.15 requiring libc ^0.2.154, but 0.2.154 was yanked off of crates.io.

To fix this, I've downgraded the version of get_random to v0.2.14 so that sp1 builds. I've also opened an issue in getrandom: rust-random/getrandom#423

Additionally, I temporarily updated the version of SP1 in the dependencies of cargo prove new to point to this branch so that CI would pass. We'll need to revert that once the testnet version is released.

@ratankaliani ratankaliani marked this pull request as ready for review May 17, 2024 06:49
@ratankaliani ratankaliani changed the title fix: get_random fix(ci): downgrade getrandom May 17, 2024
@ratankaliani ratankaliani added this pull request to the merge queue May 17, 2024
Merged via the queue into dev with commit 1349e56 May 17, 2024
6 checks passed
@ratankaliani ratankaliani deleted the ratan/fix-get-random branch May 17, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants