mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
Enable debug assert for real. (#2716)
This commit is contained in:
@@ -176,7 +176,8 @@ build-linux-release:
|
|||||||
# extra features when building on `rococo-v1` branch and manual build on PRs
|
# extra features when building on `rococo-v1` branch and manual build on PRs
|
||||||
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
||||||
variables:
|
variables:
|
||||||
EXTRA_FLAGS: "--features=real-overseer -Cdebug-assertions=y"
|
EXTRA_FLAGS: "--features=real-overseer"
|
||||||
|
RUSTFLAGS: "-Cdebug-assertions=y"
|
||||||
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||||
variables:
|
variables:
|
||||||
EXTRA_FLAGS: "--features=real-overseer"
|
EXTRA_FLAGS: "--features=real-overseer"
|
||||||
|
|||||||
Reference in New Issue
Block a user