This commit is contained in:
Para Dox
2025-05-25 21:27:51 +07:00
parent cc8c1a3c81
commit ce41dc7fb3

View File

@@ -188,7 +188,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
echo "Building with RUSTFLAGS: $RUSTFLAGS" && \ echo "Building with RUSTFLAGS: $RUSTFLAGS" && \
if [ "$BUILD_OP_RETH" = "true" ]; then \ if [ "$BUILD_OP_RETH" = "true" ]; then \
echo "Building op-reth with optimism feature" && \ echo "Building op-reth with optimism feature" && \
cargo build --profile $PROFILE --locked --bin op-reth --features optimism,jemalloc,asm-keccak --manifest-path crates/optimism/bin/Cargo.toml && \ cargo build --profile $PROFILE --locked --bin op-reth --features jemalloc,asm-keccak --manifest-path crates/optimism/bin/Cargo.toml && \
cp target/$PROFILE/op-reth /usr/local/bin/op-reth; \ cp target/$PROFILE/op-reth /usr/local/bin/op-reth; \
else \ else \
echo "Building standard reth" && \ echo "Building standard reth" && \