mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 17:15:41 +00:00
Introduce default-members to the workspace root (#1420)
This commit is contained in:
@@ -163,7 +163,7 @@ build-short-benchmark:
|
||||
- .run-immediately
|
||||
- .collect-artifacts
|
||||
script:
|
||||
- cargo build --profile release --locked --features=runtime-benchmarks --bin polkadot
|
||||
- cargo build --profile release --locked --features=runtime-benchmarks --bin polkadot --workspace
|
||||
- mkdir -p artifacts
|
||||
- target/release/polkadot --version
|
||||
- cp ./target/release/polkadot ./artifacts/
|
||||
@@ -183,7 +183,7 @@ build-linux-stable-cumulus:
|
||||
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
||||
script:
|
||||
- echo "___Building a binary, please refrain from using it in production since it goes with the debug assertions.___"
|
||||
- time cargo build --release --locked --bin polkadot-parachain
|
||||
- time cargo build --release --locked -p polkadot-parachain-bin --bin polkadot-parachain
|
||||
- echo "___Packing the artifacts___"
|
||||
- mkdir -p ./artifacts
|
||||
- mv ./target/release/polkadot-parachain ./artifacts/.
|
||||
@@ -203,7 +203,7 @@ build-test-parachain:
|
||||
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
|
||||
script:
|
||||
- echo "___Building a binary, please refrain from using it in production since it goes with the debug assertions.___"
|
||||
- time cargo build --release --locked --bin test-parachain
|
||||
- time cargo build --release --locked -p cumulus-test-service --bin test-parachain
|
||||
- echo "___Packing the artifacts___"
|
||||
- mkdir -p ./artifacts
|
||||
- mv ./target/release/test-parachain ./artifacts/.
|
||||
@@ -290,7 +290,7 @@ build-short-benchmark-cumulus:
|
||||
- .run-immediately
|
||||
- .collect-artifacts
|
||||
script:
|
||||
- cargo build --profile release --locked --features=runtime-benchmarks --bin polkadot-parachain
|
||||
- cargo build --profile release --locked --features=runtime-benchmarks -p polkadot-parachain-bin --bin polkadot-parachain
|
||||
- mkdir -p artifacts
|
||||
- target/release/polkadot-parachain --version
|
||||
- cp ./target/release/polkadot-parachain ./artifacts/
|
||||
@@ -316,7 +316,7 @@ build-linux-substrate:
|
||||
# see https://github.com/paritytech/ci_cd/issues/682#issuecomment-1340953589
|
||||
- git checkout -B "$CI_COMMIT_REF_NAME" "$CI_COMMIT_SHA"
|
||||
script:
|
||||
- WASM_BUILD_NO_COLOR=1 time cargo build --locked --release
|
||||
- WASM_BUILD_NO_COLOR=1 time cargo build --locked --release -p node-cli
|
||||
- mv $CARGO_TARGET_DIR/release/substrate-node ./artifacts/substrate/substrate
|
||||
- echo -n "Substrate version = "
|
||||
- if [ "${CI_COMMIT_TAG}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user