Skip to content

Commit

Permalink
Revert "feat: on-chain-release-build for docker image (#876)"
Browse files Browse the repository at this point in the history
This reverts commit a09c7f0.
  • Loading branch information
aliXsed committed Aug 22, 2024
1 parent a09c7f0 commit 7e5aadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dockerfile
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 --features="on-chain-release-build" && \
RUN cargo build -p nodle-parachain --$PROFILE && \
bunzip2 node/res/paradis.json.bz2

# ===== SECOND STAGE ======
Expand Down

0 comments on commit 7e5aadc

Please sign in to comment.