Skip to content

Commit

Permalink
chore(bootstrap): refine noir contracts rebuild pattern (#11367)
Browse files Browse the repository at this point in the history
It was suggested by Tom, but at first I didn't realize any noir protocol
circuit change would churn this
  • Loading branch information
ludamad authored Jan 21, 2025
1 parent caab526 commit 90f5e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir-projects/noir-contracts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function compile {
../../noir/.rebuild_patterns \
../../avm-transpiler/.rebuild_patterns \
"^noir-projects/noir-contracts/contracts/$contract/" \
"^noir-projects/noir-protocol-circuits/crates" \
"^noir-projects/noir-protocol-circuits/crates/types" \
"^noir-projects/aztec-nr/" \
)"
if ! cache_download contract-$contract_hash.tar.gz &> /dev/null; then
Expand Down

0 comments on commit 90f5e8f

Please sign in to comment.