mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 17:41:08 +00:00
[ci] allow fail build-runtimes-polkavm job (#3354)
PR allows `build-runtimes-polkavm` to fail. Also added DAG to run the job immediately. cc https://github.com/paritytech/ci_cd/issues/945 cc https://github.com/paritytech/polkadot-sdk/issues/3352
This commit is contained in:
committed by
GitHub
parent
fde44474e4
commit
ad68a05079
@@ -335,11 +335,13 @@ build-runtimes-polkavm:
|
||||
extends:
|
||||
- .docker-env
|
||||
- .common-refs
|
||||
- .run-immediately
|
||||
script:
|
||||
- SUBSTRATE_RUNTIME_TARGET=riscv cargo check -p minimal-runtime
|
||||
- SUBSTRATE_RUNTIME_TARGET=riscv cargo check -p westend-runtime
|
||||
- SUBSTRATE_RUNTIME_TARGET=riscv cargo check -p rococo-runtime
|
||||
- SUBSTRATE_RUNTIME_TARGET=riscv cargo check -p polkadot-test-runtime
|
||||
allow_failure: true
|
||||
|
||||
.build-subkey:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user