risc0 / risc0-foundry-template

Template for integrating RISC Zero and Ethereum using Foundry
https://risczero.com
92 stars 55 forks source link

Reproducible builds sometimes get bypassed #88

Closed capossele closed 6 months ago

capossele commented 7 months ago

In the Governance example of the risc0 repo, specifically on this branch: cardosaum/refactor-governance-example-new-foundry-template, the same instructions that work within the foundry template (e.g., RISC0_USE_DOCKER=1 cargo build) do not work, resulting in the build being built bypassing Docker.

flaub commented 7 months ago

Can you add the error message and more context for this?

capossele commented 7 months ago

Totally, I've just created the issue to track it down. I'll update its description

nategraf commented 6 months ago

We have not been able to reproduce this issue recently. Closing this issue, and will reopen if this is seen again.