mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Add ci check for parity-publish and fix current check issues (#1887)
Co-authored-by: Sergejs Kostjucenko <85877331+sergejparity@users.noreply.github.com> Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
@@ -20,7 +20,7 @@ nix = "0.26.2"
|
||||
regex = "1.7.3"
|
||||
tokio = { version = "1.22.0", features = ["full"] }
|
||||
node-primitives = { path = "../../bin/node/primitives" }
|
||||
node-cli = { path = "../../bin/node/cli" }
|
||||
node-cli = { package = "staging-node-cli", path = "../../bin/node/cli" }
|
||||
sc-cli = { path = "../../client/cli" }
|
||||
sc-service = { path = "../../client/service" }
|
||||
futures = "0.3.28"
|
||||
|
||||
@@ -135,7 +135,7 @@ pub fn build_substrate(args: &[&str]) {
|
||||
// Get the root workspace directory from the CARGO_MANIFEST_DIR environment variable
|
||||
let mut cmd = Command::new("cargo");
|
||||
|
||||
cmd.arg("build").arg("-p=node-cli");
|
||||
cmd.arg("build").arg("-p=staging-node-cli");
|
||||
|
||||
if is_release_build {
|
||||
cmd.arg("--release");
|
||||
|
||||
Reference in New Issue
Block a user