From 1c35d4648a438c478250d61976aea7758de7ab2f Mon Sep 17 00:00:00 2001 From: Bader Youssef Date: Wed, 11 Sep 2024 17:20:02 -0400 Subject: [PATCH] remove section --- .../runtime-development/build-deterministic-runtime.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/develop/parachain-devs/runtime-development/build-deterministic-runtime.md b/develop/parachain-devs/runtime-development/build-deterministic-runtime.md index 2a7f1bd6e..bfdc13dbe 100644 --- a/develop/parachain-devs/runtime-development/build-deterministic-runtime.md +++ b/develop/parachain-devs/runtime-development/build-deterministic-runtime.md @@ -127,12 +127,4 @@ The naming convention for `paritytech/srtool` Docker images specifies the versio There are also images that specify both a compiler version and the version of the build script used. For example, an image named `paritytech/srtool:1.62.0-0.9.19` was compiled with version `1.62.0` of the `rustc` compiler but using the version `0.9.19` of the build script. -Images that only specifies the compiler version always contains the latest version of the software. - -### Compiler version - -The version of the Rust compiler should be checked to ensure the image is compatible with the version of Rust installed locally: - -```bash -rustc --version -``` \ No newline at end of file +Images that only specifies the compiler version always contains the latest version of the software. \ No newline at end of file