Skip to content

Commit

Permalink
temporarily remove soem strategies in docker to avoid wasm memory error
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Feb 12, 2024
1 parent 536577e commit 98df202
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ ENV PATH="/root/.foundry/bin:$PATH"
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable

###########################################################
# TEMPORARILY REMOVE SOME STRATEGIES TO AVOID BUILD ERRORS
# (memory access out of bounds)
###########################################################
RUN rm -rf contracts/strategies/_poc/


RUN npx hardhat compile

EXPOSE 8545/tcp

0 comments on commit 98df202

Please sign in to comment.