Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit d917040

Browse files
author
Mira Ressel
committed
Enable additional feature flags for dependant checks
1 parent ab5641e commit d917040

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/ci/gitlab/pipeline/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ check-dependent-polkadot:
3737
COMPANION_OVERRIDES: |
3838
substrate: polkadot-v*
3939
polkadot: release-v*
40+
COMPANION_CHECK_COMMAND: >
41+
cargo check --locked --all-targets --workspace
42+
--features=runtime-benchmarks,runtime-metrics,try-runtime
4043
rules:
4144
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ #PRs
4245

@@ -48,6 +51,9 @@ check-dependent-cumulus:
4851
COMPANION_OVERRIDES: |
4952
substrate: polkadot-v*
5053
polkadot: release-v*
54+
COMPANION_CHECK_COMMAND: >
55+
cargo check --locked --all-targets --workspace
56+
--features=runtime-benchmarks,try-runtime
5157
rules:
5258
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ #PRs
5359

0 commit comments

Comments
 (0)