Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rumata888 committed Sep 27, 2024
1 parent 022ba33 commit a192c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion barretenberg/cpp/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ preset-sol:
preset-wasm-threads:
FROM +source
RUN cmake --preset wasm-threads -Bbuild && cmake --build build --target barretenberg.wasm && rm -rf build/{deps,lib,src}
RUN /opt/wasi-sdk/bin/llvm-strip ./build/bin/barretenberg.wasm
# This PR (https://github.com/AztecProtocol/aztec-packages/pull/8833) broke bb acir js tests
# RUN /opt/wasi-sdk/bin/llvm-strip ./build/bin/barretenberg.wasm
SAVE ARTIFACT build/bin

preset-gcc:
Expand Down

0 comments on commit a192c19

Please sign in to comment.