我正在阅读 Polkadot repo 的自述文件中的“Hacking on Polkadot”部分,我尝试了cargo build --release
其中没有用的,所以我cargo build
在这里尝试了我得到的相应错误:
在cargo build --release
我收到此错误后:
error: failed to add native library /Users/Decentration/polkadot-clone/polkadot/target/release/build/ring-75cdcd2b7eadbbe2/out/libring-core.a:
file too small to be an archive error: aborting due to previous error
error: could not compile ring
- 而不是
cargo build --release
我尝试过,cargo build
然后我得到了这个错误:
220 | pub use zeroize_derive::Zeroize;
| ^^^^^^^^^^^^^^
error: aborting due to previous error
error: could not compile zeroize
这里有什么想法吗?