mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 20:01:08 +00:00
[CI] Switch to using paritytech/srtool (#1887)
* switch to using paritytech/srtool * update release link
This commit is contained in:
+2
-2
@@ -13,12 +13,12 @@ jobs:
|
||||
matrix:
|
||||
runtime: ['polkadot', 'kusama']
|
||||
container:
|
||||
image: chevdor/srtool:nightly-2020-07-20
|
||||
image: paritytech/srtool:nightly-2020-10-27
|
||||
volumes:
|
||||
- ${{ github.workspace }}:/build
|
||||
env:
|
||||
PACKAGE: ${{ matrix.runtime }}-runtime
|
||||
RUSTC_VERSION: nightly-2020-07-20
|
||||
RUSTC_VERSION: nightly-2020-10-27
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache target dir
|
||||
|
||||
@@ -11,7 +11,7 @@ This release was tested against the following versions of `rustc`. Other version
|
||||
- <%= rustc_stable %>
|
||||
- <%= rustc_nightly %>
|
||||
|
||||
WASM runtimes built with [srtool](https://gitlab.com/chevdor/srtool) using `<%= polkadot_json['rustc'] %>`.
|
||||
WASM runtimes built with [srtool](https://github.com/paritytech/srtool) using `<%= polkadot_json['rustc'] %>`.
|
||||
|
||||
Proposal hashes:
|
||||
* `polkadot_runtime-v<%= polkadot_runtime %>.compact.wasm - <%= polkadot_json['prop'] %>`
|
||||
|
||||
Reference in New Issue
Block a user