Skip to content

Commit 7448714

Browse files
committed
temporarily remove soem strategies in docker to avoid wasm memory error
1 parent 4e724cb commit 7448714

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ ENV PATH="/root/.foundry/bin:$PATH"
3939
ENV PNPM_HOME="/pnpm"
4040
ENV PATH="$PNPM_HOME:$PATH"
4141
RUN corepack enable
42+
43+
###########################################################
44+
# TEMPORARILY REMOVE SOME STRATEGIES TO AVOID BUILD ERRORS
45+
# (memory access out of bounds)
46+
###########################################################
47+
RUN rm -rf contracts/strategies/_poc/
48+
49+
4250
RUN npx hardhat compile
4351

4452
EXPOSE 8545/tcp

0 commit comments

Comments
 (0)