git.delta.rocks / unique-network / refs/commits / 2f9af76e0de5

difftreelog

fix ci intergration tests profile

Daniel Shiposha2023-10-17parent: #1f26742.patch.diff
in: master

1 file changed

modified.docker/Dockerfile-uniquediffbeforeafterboth
48 cd unique-chain && \48 cd unique-chain && \
49 echo "Using runtime features '$RUNTIME_FEATURES'" && \49 echo "Using runtime features '$RUNTIME_FEATURES'" && \
50 CARGO_INCREMENTAL=0 cargo build --profile integration-tests --features="$RUNTIME_FEATURES" --locked && \50 CARGO_INCREMENTAL=0 cargo build --profile integration-tests --features="$RUNTIME_FEATURES" --locked && \
51 mv ./target/release/unique-collator /unique_parachain/unique-chain/ && \51 mv ./target/integration-tests/unique-collator /unique_parachain/unique-chain/ && \
52 cd target/release/wbuild && find . -name "*.wasm" -exec sh -c 'mkdir -p "../../../wasm/$(dirname {})"; cp {} "../../../wasm/{}"' \;52 cd target/integration-tests/wbuild && find . -name "*.wasm" -exec sh -c 'mkdir -p "../../../wasm/$(dirname {})"; cp {} "../../../wasm/{}"' \;
5353
54# ===== BIN ======54# ===== BIN ======
5555