srtool-cli
srtool-cli copied to clipboard
This cli utility helps you harness the srtool docker image witout breaking a sweat.
Some context: I need to build a custom srtool image because I need an OpenCL library for the compilation process, as such, I need to add the install command to...
Currently the CLI always uses the latest available srtool container image and thus only one Rust compiler version. It ignores `rust-toolchain.toml` in the root directory of the project (say there...
Hello. Compilation failed while attempting to follow the [Build a Deterministic Runtime](https://docs.polkadot.com/develop/parachains/deployment/build-deterministic-runtime/#build-a-deterministic-runtime) guide because the container user does not have sufficient permissions in the `runtime-dir`. ### Software versions used srtool...