mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Remove real-overseer 🎉 (#2834)
* remove real-overseer * overseer: only activate leaves which support parachains * integrate HeadSupportsParachains into service * remove unneeded line
This commit is contained in:
committed by
GitHub
parent
a345e2a83e
commit
57038b2e46
@@ -176,11 +176,9 @@ build-linux-release:
|
||||
# extra features when building on `rococo-v1` branch and manual build on PRs
|
||||
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
||||
variables:
|
||||
EXTRA_FLAGS: "--features=real-overseer"
|
||||
RUSTFLAGS: "-Cdebug-assertions=y"
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||
variables:
|
||||
EXTRA_FLAGS: "--features=real-overseer"
|
||||
RUSTFLAGS: "-Cdebug-assertions=y"
|
||||
- when: always
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user