git.delta.rocks / unique-network / refs/commits / e08c117c75b4

difftreelog

Merge pull request #1018 from UniqueNetwork/fix/ci-integration-tests-profile

Yaroslav Bolyukin2023-10-17parents: #1f26742 #2f9af76.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