File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN . /tmp/versions.env && git clone $BASE_RETH_NODE_REPO . && \
4141 git checkout tags/$BASE_RETH_NODE_TAG && \
4242 bash -c '[ "$(git rev-parse HEAD)" = "$BASE_RETH_NODE_COMMIT" ]' || (echo "Commit hash verification failed" && exit 1)
4343
44- RUN cargo build --bin base-reth-node --release
44+ RUN cargo build --bin base-reth-node --profile maxperf --features jemalloc
4545
4646FROM ubuntu:24.04
4747
@@ -54,7 +54,7 @@ WORKDIR /app
5454
5555COPY --from=op /app/op-node/bin/op-node ./
5656COPY --from=reth /app/target/maxperf/op-reth ./
57- COPY --from=reth-base /app/target/release /base-reth-node ./
57+ COPY --from=reth-base /app/target/maxperf /base-reth-node ./
5858COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
5959COPY ./reth/reth-entrypoint ./execution-entrypoint
6060COPY op-node-entrypoint .
You can’t perform that action at this time.
0 commit comments