This commit is contained in:
goldsquid
2025-08-01 18:13:57 +07:00
parent 84474286e5
commit b0709ec289

View File

@@ -259,7 +259,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
elif [ "$BUILD_BASE_RETH" = "true" ]; then \ elif [ "$BUILD_BASE_RETH" = "true" ]; then \
echo "Building base-reth-node with flashbots feature" && \ echo "Building base-reth-node with flashbots feature" && \
cargo build --bin base-reth-node --release && \ cargo build --bin base-reth-node --release && \
cp target/$PROFILE/op-reth /usr/local/bin/base-reth-node; \ cp target/release/base-reth-node /usr/local/bin/base-reth-node; \
else \ else \
echo "Building standard reth" && \ echo "Building standard reth" && \
cargo build --profile $PROFILE --locked --bin reth --features jemalloc,asm-keccak && \ cargo build --profile $PROFILE --locked --bin reth --features jemalloc,asm-keccak && \