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
Add fixes for the pipelines + latest tag for the docker image (#93)
* Add -info suffix to the artefacts with runtime info
* Add default value for the BUILD_OPTS for sdk runtimes
* Extend excluded runtimes
* Add latest tag ti the docker image
* Bump srtool version
@@ -18,11 +18,11 @@ The Docker images are tagged with both the rustc version used internally as well
18
18
19
19
You may find for instance the following:
20
20
21
-
-`paritytech/srtool:1.84.0-0.18.0`
21
+
-`paritytech/srtool:1.84.0-0.18.1`
22
22
23
23
-`paritytech/srtool:1.84.0`
24
24
25
-
The tags not mentioning the build version always point to the latest one. In the example above, `paritytech/srtool:1.84.0` is the same image than `paritytech/srtool:1.84.0-0.18.0`.
25
+
The tags not mentioning the build version always point to the latest one. In the example above, `paritytech/srtool:1.84.0` is the same image than `paritytech/srtool:1.84.0-0.18.1`.
26
26
27
27
## Related tools
28
28
@@ -47,7 +47,7 @@ You may also want to have a look at [subwasm](https://github.com/chevdor/subwasm
47
47
The project was initially developed by <https://gitlab.com/chevdor>.
48
48
It has now moved to Github under the [Parity Technologies](https://www.github.com/paritytech) organisation to simplify the developement and the integration with other Parity products such as Polkadot and Kusama.
49
49
50
-
The last version hosted on Gitlab has been built using Rust Stable 1.84.0. It is tagged as v0.18.0 and there is no plan on updating the Gitlab repository further. New versions will be available from [this repository](https://www.github.com/paritytech/srtool) only. The functionalities remain the same so you can (and should!) simply swap `chevdor/srtool` for `paritytech/srtool` in your workflows. The [srtool-actions](https://github.com/chevdor/srtool-actions) will remain available as `chevdor/srtool-actions@<version>` and will be updated to point at the paritytech image.
50
+
The last version hosted on Gitlab has been built using Rust Stable 1.84.0. It is tagged as v0.18.1 and there is no plan on updating the Gitlab repository further. New versions will be available from [this repository](https://www.github.com/paritytech/srtool) only. The functionalities remain the same so you can (and should!) simply swap `chevdor/srtool` for `paritytech/srtool` in your workflows. The [srtool-actions](https://github.com/chevdor/srtool-actions) will remain available as `chevdor/srtool-actions@<version>` and will be updated to point at the paritytech image.
51
51
52
52
## Install
53
53
@@ -91,7 +91,7 @@ Invoking `srtool build` with
91
91
92
92
will output something that looks like this:
93
93
94
-
🧰 Substrate Runtime Toolbox - srtool v0.18.0 🧰
94
+
🧰 Substrate Runtime Toolbox - srtool v0.18.1 🧰
95
95
- by Chevdor -
96
96
🏗 Building polkadot-runtime as release using rustc 1.84.0
97
97
⏳ That can take a little while, be patient... subsequent builds will be faster.
0 commit comments