Skip to content

Commit

Permalink
feat: on-chain-release-build for docker image (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliXsed authored Aug 22, 2024
1 parent 6453a4a commit a09c7f0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /nodle-chain

RUN apt-get update && apt-get install -qy cmake pkg-config libssl-dev git clang build-essential curl protobuf-compiler
RUN rustup component add rust-src && rustup target add wasm32-unknown-unknown --toolchain stable
RUN cargo build -p nodle-parachain --$PROFILE && \
RUN cargo build -p nodle-parachain --$PROFILE --features="on-chain-release-build" && \
bunzip2 node/res/paradis.json.bz2

# ===== SECOND STAGE ======
Expand Down
Binary file removed node/res/eden-export.json.bz2
Binary file not shown.
Binary file removed node/res/runtime_eden.wasm
Binary file not shown.

0 comments on commit a09c7f0

Please sign in to comment.