Skip to content

Commit 30b9de4

Browse files
committed
Try everything with the "dev" profile for srtool
1 parent 7512f8a commit 30b9de4

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/common/srtool/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# This is a copy of the action file from https://github.com/chevdor/srtool-actions/blob/48e9baed50ca414936dfac59d34d8b9bbe581abd/action.yml
1+
# This is a copy of the action file from https://github.com/paritytech/srtool-actions/blob/9cf7232631d71f9510e05ab6297b1aa57e588fce/action.yml
22
# It is pulled in and modified for the following reasons:
33
# 1. We needed to add an additional environment variable to the docker run (CARGO_NET_RETRY=10)
44
# 2. Local for direct auditing of the action building the runtime
55

66
name: "Srtool"
77
description: "Build WASM Runtime with SRTOOL"
8-
author: chevdor
8+
author: chevdor & paritytech
99
branding:
1010
icon: "package"
1111
color: "blue"

.github/workflows/verify-pr-commit.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,7 @@ jobs:
353353
# Also should match `verify-build-runtimes-dummy`
354354
# Only doing paseo-testnet and mainnet
355355
network: [paseo, mainnet]
356-
build-profile: [debug]
357-
srtool-profile: [dev]
356+
build-profile: [dev]
358357
runtime-dir: [runtime/frequency]
359358
package: [frequency-runtime]
360359
built-wasm-file-name-prefix: [frequency_runtime]
@@ -409,7 +408,7 @@ jobs:
409408
env:
410409
BUILD_OPTS: "--features on-chain-release-build,no-metadata-docs,${{matrix.features}}"
411410
with:
412-
profile: ${{matrix.srtool-profile}}
411+
profile: ${{matrix.build-profile}}
413412
package: ${{matrix.package}}
414413
chain: ${{matrix.chain}}
415414
runtime_dir: ${{ matrix.runtime-dir }}

0 commit comments

Comments
 (0)