risc0-ethereum icon indicating copy to clipboard operation
risc0-ethereum copied to clipboard

`sccache` not being properly invalidated on changes to `.sol` files

Open nategraf opened this issue 9 months ago • 0 comments

Changes to .sol files are not properly invalidating the sccache. This is likely fixed by adding a println! to build.rs to ensure that we rebuild if any of the .sol files that are used change.

Example of a failing run: https://github.com/risc0/risc0-ethereum/actions/runs/9037664809/job/24837174330

nategraf avatar May 10 '24 20:05 nategraf