-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use Debian 11 bullseye for compiling Polymesh * Use Debian 11 for arm docker images too. * Use higher specs to build rust nightly image. * Clear task cache. * Use debian 11 cleanup (#1645) * Cleanup sccache usage. * Fix srtool build
- Loading branch information
1 parent
5a9e4f9
commit 540e920
Showing
4 changed files
with
34 additions
and
80 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
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
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
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 |
---|---|---|
|
@@ -15,6 +15,10 @@ jobs: | |
chain: ["testnet", "mainnet"] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Summary | ||
run: | | ||
echo "Use our rust-toolchain.toml" | ||
cp rust-toolchain.toml pallets/runtime/${{ matrix.chain }}/ | ||
- name: Srtool build | ||
id: srtool_build | ||
uses: chevdor/[email protected] | ||
|