merge: resolve conflicts from main (keep development changes)
This commit is contained in:
@@ -11,7 +11,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN cargo fetch
|
||||
RUN cargo build --locked --profile production -p pezpallet-revive-eth-rpc --bin eth-rpc
|
||||
# SKIP_WASM_BUILD=1 avoids serde_core + build-std conflict (upstream issue: serde-rs/serde#3021)
|
||||
RUN SKIP_WASM_BUILD=1 cargo build --locked --profile production -p pezpallet-revive-eth-rpc --bin eth-rpc
|
||||
|
||||
FROM docker.io/parity/base-bin:latest
|
||||
COPY --from=builder /pezkuwi/target/production/eth-rpc /usr/local/bin
|
||||
|
||||
@@ -152,7 +152,6 @@ serde = [
|
||||
"log/serde",
|
||||
"parking_lot?/serde",
|
||||
"pezsp-storage/serde",
|
||||
"primitive-types/serde",
|
||||
"primitive-types/serde_no_std",
|
||||
"rand?/serde",
|
||||
"scale-info/serde",
|
||||
|
||||
Reference in New Issue
Block a user