Unverified Commit 43c0c09b authored by Lulu's avatar Lulu Committed by GitHub
Browse files

Symlink chain-specs json files to crate where they are used (#1171)



When publishing crates, each crate becomes it's own tarball that can't
access files from other crates. So symlink the files to be crate local
and cargo will replace the symlinks with real files at publish time.

We can't just move all of them as it makes the package larger than the
max crates.io package size.

Co-authored-by: default avatarJavier Viola <[email protected]>
parent b46f07ff
Pipeline #385576 failed with stages
in 1 hour, 20 minutes, and 35 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment