Skip to content

Commit

Permalink
Attempt to remove wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmon committed Jun 19, 2024
1 parent 2716e04 commit a97f006
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions barretenberg/cpp/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@ vm-full-test:
BUILD +test-binaries
BUILD +preset-release-assert-test
BUILD +test-clang-format
BUILD ./srs_db/+build # prefetch
BUILD ./srs_db/+build-no-wasm # prefetch
FROM +source
COPY --dir +test-binaries/build build
FROM +preset-release-assert-test
COPY --dir ./srs_db/+build/. srs_db
COPY --dir ./srs_db/+build-no-wasm/. srs_db
# limit hardware concurrency, if provided
IF [ "$HARDWARE_CONCURRENCY" != "" ]
ENV HARDWARE_CONCURRENCY=$hardware_concurrency
Expand All @@ -267,4 +267,7 @@ vm-full-test:
build:
BUILD +preset-wasm
BUILD +preset-wasm-threads
BUILD +preset-release

build-no-wasm:
BUILD +preset-release

0 comments on commit a97f006

Please sign in to comment.