Skip to content

Commit

Permalink
fix: copy over wasm in yarn-project (#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy authored Oct 4, 2023
1 parent bc7edff commit 033e234
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions yarn-project/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ WORKDIR /usr/src/yarn-project/circuits.js/resources
RUN ./download_ignition.sh 0 28 3200027
RUN ./download_ignition.sh 0 322560092 322560219 true

# Ensure wasm symlink is removed
RUN rm /usr/src/yarn-project/circuits.js/resources/aztec3-circuits.wasm

# Copy real wasm into yarn-project
RUN cp /usr/src/circuits/cpp/build-wasm/bin/aztec3-circuits.wasm /usr/src/yarn-project/circuits.js/resources/aztec3-circuits.wasm

WORKDIR /usr/src/yarn-project

ENTRYPOINT ["yarn"]

0 comments on commit 033e234

Please sign in to comment.