Skip to content

Commit

Permalink
fix: solidity verifier caching (#11712)
Browse files Browse the repository at this point in the history
this was causing havoc in e2e prover full
  • Loading branch information
ludamad authored Feb 4, 2025
1 parent aee1420 commit 2ba1e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l1-contracts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source $(git rev-parse --show-toplevel)/ci3/source_bootstrap
cmd=${1:-}

# We rely on noir-projects for the verifier contract.
export hash=$(cache_content_hash .rebuild_patterns ../noir-projects/.rebuild_patterns)
export hash=$(cache_content_hash .rebuild_patterns ../noir-projects/.rebuild_patterns ../barretenberg/cpp/.rebuild_patterns)

function build {
github_group "l1-contracts build"
Expand Down Expand Up @@ -83,4 +83,4 @@ case "$cmd" in
*)
echo "Unknown command: $cmd"
exit 1
esac
esac

0 comments on commit 2ba1e71

Please sign in to comment.