mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
Don't re-compile on every cargo run (#4019)
- Add new crate `substrate-build-script-utils` to unify the code of `node`, `node-template` and `polkadot-node`. - The `node-cli` build script needs to search upwards for the `.git/HEAD` file to find it.
This commit is contained in:
@@ -38,3 +38,4 @@ sr-primitives = { path = "../core/sr-primitives" }
|
||||
|
||||
[build-dependencies]
|
||||
vergen = "3.0.4"
|
||||
build-script-utils = { package = "substrate-build-script-utils", path = "../core/utils/build-script-utils" }
|
||||
|
||||
Reference in New Issue
Block a user