Skip to content

Commit

Permalink
removed separate docs build target
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenplatt committed Nov 22, 2024
1 parent 5a633d4 commit 976a121
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions yarn-project/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,10 @@ build:
RUN ./bootstrap.sh full
RUN cd ivc-integration && chmod +x run_browser_tests.sh && npx playwright install && npx playwright install-deps

build-docs:
FROM +deps
COPY ../barretenberg/cpp/+preset-release/bin/bb /usr/src/barretenberg/cpp/build/bin/bb
COPY ../barretenberg/cpp/+preset-release-world-state/bin/world_state_napi.node /usr/src/barretenberg/cpp/build/bin/world_state_napi.node
COPY ../noir/+nargo/acvm /usr/src/noir/noir-repo/target/release/acvm
COPY --dir ../noir-projects/+build/. /usr/src/noir-projects
COPY ../l1-contracts/+build/usr/src/l1-contracts /usr/src/l1-contracts

WORKDIR /usr/src/yarn-project
COPY . .
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
RUN cd ivc-integration && chmod +x run_browser_tests.sh && npx playwright install && npx playwright install-deps

build-dev:
FROM +build
SAVE ARTIFACT /usr/src /usr/src

build-docs-dev:
FROM +build-docs
SAVE ARTIFACT /usr/src /usr/src

cli-base:
FROM +build
# Remove a bunch of stuff that we don't need that takes up space.
Expand Down

0 comments on commit 976a121

Please sign in to comment.