You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this results in the following error (here for asset-hub-kusama`)
Found 1.75.0, we will be using docker.io/paritytech/srtool:1.75.0 for the build
🧰 Substrate Runtime Toolbox - srtool v0.14.0 🧰
- by Chevdor -
info: using existing install for '1.75.0-x86_64-unknown-linux-gnu'
info: override toolchain for '/build' set to '1.75.0-x86_64-unknown-linux-gnu'
1.75.0-x86_64-unknown-linux-gnu unchanged - rustc 1.75.0 (82e1608df 2023-12-21)
🏗 Building asset-hub-kusama-runtime as release using rustc 1.75.0 (82e1608df 2023-12-21)
⏳ That can take a little while, be patient... subsequent builds may be faster.
Since you have to wait a little, you may want to learn more about Substrate runtimes:
https://docs.substrate.io/learn/architecture/
...
error: failed to run custom build command for `asset-hub-kusama-runtime v1.0.0 (/build/system-parachains/asset-hubs/asset-hub-kusama)`
Caused by:
process didn't exit successfully: `/build/system-parachains/asset-hubs/asset-hub-kusama/target/srtool/release/build/asset-hub-kusama-runtime-6266e5ba4baf865f/build-script-build` (exit status: 1)
--- stderr
Cannot compile the WASM runtime: no standard library sources found!
You can install them with `rustup component add rust-src` if you're using `rustup`.
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
I'm trying to build system chains (using srtool-cli):
this results in the following error (here for asset-hub-kusama`)
The text was updated successfully, but these errors were encountered: