Skip to content

Commit

Permalink
fix: missing wasm files in cache (#11660)
Browse files Browse the repository at this point in the history
New generated stuff was written to `src`, which hit pain as the cache
upload patterns need to be updated
  • Loading branch information
ludamad authored Jan 31, 2025
1 parent 4fcf965 commit 6b09a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function build {
# Then one-off cases. If you've written into src, you need to update this.
cache_upload $tar_file */{dest,fixtures,build,artifacts,generated} \
circuit-types/src/test/artifacts \
end-to-end/src/web/{main.js,main.js.LICENSE.txt} \
end-to-end/src/web/{main.js,main.js.LICENSE.txt,*.wasm.gz} \
ivc-integration/src/types/ \
noir-contracts.js/{codegenCache.json,src/} \
noir-protocol-circuits-types/src/{private_kernel_reset_data.ts,private_kernel_reset_vks.ts,private_kernel_reset_types.ts,client_artifacts_helper.ts,types/} \
Expand Down

0 comments on commit 6b09a9f

Please sign in to comment.