Skip to content

Commit b7fe237

Browse files
authored
build: remove rococo-native from the build (#141)
Closes #139 I've verified that rococo-runtime is not built. However, rococo-runtime-constants are still built. Running `cargo tree` confirms the observation, `rococo-runtime` is not in tree and `rococo-runtime-constants` is. The changes of Cargo.lock are a bit confusing though, because it's actually the opposite: -constants is removed and rococo-runtime still is present. I've also verified that the sovereign demo works.
1 parent 3b21674 commit b7fe237

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sugondat-chain/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-
5959
try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", optional = true , branch = "release-polkadot-v1.4.0" }
6060

6161
# Polkadot
62-
polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", features = ["rococo-native"] , branch = "release-polkadot-v1.4.0" }
62+
polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.4.0" }
6363
polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.4.0" }
6464
xcm = { package = "staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", default-features = false, branch = "release-polkadot-v1.4.0" }
6565

0 commit comments

Comments
 (0)