-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix image tag Signed-off-by: Dengjianping <[email protected]> * Bump rust Signed-off-by: Dengjianping <[email protected]> --------- Signed-off-by: Dengjianping <[email protected]>
- Loading branch information
1 parent
b837d97
commit c3f14ef
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
uses: chevdor/[email protected] | ||
with: | ||
image: paritytech/srtool | ||
tag: 1.74 | ||
tag: 1.74.0 | ||
chain: ${{ matrix.runtime.name }} | ||
- name: persist srtool digest | ||
run: > | ||
|
@@ -114,8 +114,8 @@ jobs: | |
rustup default stable | ||
rustup update | ||
rustup target add wasm32-unknown-unknown | ||
rustup install 1.69.0 | ||
rustup target add wasm32-unknown-unknown --toolchain 1.69.0 | ||
rustup install 1.71.0 | ||
rustup target add wasm32-unknown-unknown --toolchain 1.71.0 | ||
- name: cache cargo | ||
uses: Swatinem/rust-cache@v2 | ||
- name: build | ||
|
@@ -127,7 +127,7 @@ jobs: | |
SCCACHE_DIR: ~/.cache/sccache | ||
run: | | ||
source ${HOME}/.cargo/env | ||
RUSTC_BOOTSTRAP=1 cargo +1.69.0 build --profile production --verbose | ||
RUSTC_BOOTSTRAP=1 cargo +1.71.0 build --profile production --verbose | ||
- name: stop sccache server | ||
run: sccache --stop-server || true | ||
- if: always() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
uses: chevdor/[email protected] | ||
with: | ||
image: paritytech/srtool | ||
tag: 1.74 | ||
tag: 1.74.0 | ||
chain: ${{ env.RUNTIME }} | ||
- name: persist srtool digest | ||
run: > | ||
|