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

Skip Solidity files generation when RISC0_SKIP_BUILD is enabled #99

Merged
merged 6 commits into from
May 30, 2024

Conversation

capossele
Copy link
Contributor

methods/build.rs Outdated
Comment on lines 40 to 44
// Skip Solidity source files generation if RISC0_SKIP_BUILD is enabled.
if env::var("RISC0_SKIP_BUILD").is_ok() {
return;
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove once risc0/risc0-ethereum#112 gets merged

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

nategraf added a commit to risc0/risc0-ethereum that referenced this pull request May 16, 2024
@capossele capossele merged commit d01c32b into main May 30, 2024
2 of 3 checks passed
@capossele capossele deleted the capossele/fix-rust-analyzer-override branch May 30, 2024 08:26
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.

Rust analysers runs will override Elf.sol and ImageID.sol files
2 participants