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 for RISC0 version 1.0.2 #2888

Merged
merged 2 commits into from
Jul 12, 2024
Merged

Fix CI for RISC0 version 1.0.2 #2888

merged 2 commits into from
Jul 12, 2024

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Jul 12, 2024

This PR updates the version of cargo-risczero in the CI. Ultimately, we should figure out how to properly pin a fixed version, but apparently that's not easy - it seems some dependencies need to be pinned and it's not clear which ones, how, and to which versions. The problem is that to execute the Rust code generated for RISC0 we need to compile it, and the generated code depends on some RISC0-related libraries. Having the correct version of the RISC0 Rust toolchain installed locally doesn't fully solve the problem (doesn't seem to automatically select the right versions of dependencies).

@lukaszcz lukaszcz added this to the 0.6.4 milestone Jul 12, 2024
@lukaszcz lukaszcz self-assigned this Jul 12, 2024
@lukaszcz lukaszcz changed the title Fix CI for new RISC0 version Fix CI for RISC0 version 1.0.2 Jul 12, 2024
@lukaszcz lukaszcz merged commit 1777251 into main Jul 12, 2024
4 checks passed
@lukaszcz lukaszcz deleted the fix-risc0-ci branch July 12, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants