This commit is contained in:
goldsquid
2025-09-13 20:54:27 +07:00
parent 5d331e5e18
commit 67713ba396

View File

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