Skip to content

Commit

Permalink
Adjust Manual Build - Polkadot SDK github flow (#85)
Browse files Browse the repository at this point in the history
* fix manual polkadot-sdk flow so that it includes westend again

* exclude some of  test runtimes
  • Loading branch information
EgorPopelyaev authored Apr 23, 2024
1 parent cd32945 commit 23a4010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-polkadot-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: ${{ steps.cache_runtimes_list.outputs.cache-hit != 'true' }}

env:
EXCLUDED_RUNTIMES: "substrate-test"
EXCLUDED_RUNTIMES: "substrate-test bp cumulus-test kitchensink polkadot-test sp"
run: |
. ./srtool/scripts/lib.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function relative_parent() {
# used as Github Workflow Matrix. This call is exposed by the `scan` command and can be used as:
# podman run --rm -it -v /.../fellowship-runtimes:/build docker.io/chevdor/srtool:1.70.0-0.11.1 scan
function find_runtimes() {
libs=($(git grep -I -r --cached --max-depth 20 --files-with-matches 'construct_runtime!' -- '*lib.rs'))
libs=($(git grep -I -r --cached --max-depth 20 --files-with-matches '[frame_support::runtime]!' -- '*lib.rs'))
re=".*-runtime$"
JSON=$(jq --null-input '{ "include": [] }')

Expand Down

0 comments on commit 23a4010

Please sign in to comment.