Skip to content

Commit

Permalink
fix: Call generate-variants on noir-projects bootstrap fast (#8956)
Browse files Browse the repository at this point in the history
Running bootstrap fast on a clean repo would fail to generate the
`private-kernel-reset-dimensions.json` file which was required during
the generate step of `yarn-project`.
  • Loading branch information
spalladino authored Oct 3, 2024
1 parent 9b66a3e commit 2570b59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noir-projects/bootstrap_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ remove_old_images noir-projects

yarn

./mock-protocol-circuits/bootstrap.sh
./mock-protocol-circuits/bootstrap.sh
(cd ./noir-protocol-circuits && yarn && node ./scripts/generate_variants.js)

0 comments on commit 2570b59

Please sign in to comment.