Skip to content

Commit

Permalink
Just build debug version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Nov 5, 2024
1 parent bb3b7a4 commit b90ee77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN git clone $REPO --branch $VERSION --single-branch . && \
git switch -c branch-$VERSION && \
bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'

RUN cargo build --bin op-reth --features jemalloc,asm-keccak,optimism --profile maxperf --manifest-path crates/optimism/bin/Cargo.toml
RUN cargo build --bin op-reth --features jemalloc,asm-keccak,optimism --manifest-path crates/optimism/bin/Cargo.toml


FROM ubuntu:22.04
Expand All @@ -76,7 +76,7 @@ WORKDIR /app

COPY --from=op-node /app/op-node/bin/op-node ./
COPY --from=op-geth /app/build/bin/geth ./
COPY --from=op-reth /app/target/maxperf/op-reth ./reth
COPY --from=op-reth /app/target/debug/op-reth ./reth
COPY --from=op-enclave /app/bin/op-enclave ./
COPY --from=op-enclave /app/bin/op-batcher ./
COPY --from=op-enclave /app/bin/op-proposer ./
Expand Down

0 comments on commit b90ee77

Please sign in to comment.