Unverified Commit b7c2f794 authored by Robert Klotzner's avatar Robert Klotzner Committed by GitHub
Browse files

Enable debug assert for real. (#2716)

parent 8c340f94
Pipeline #130679 failed with stages
in 24 minutes and 57 seconds
...@@ -176,7 +176,8 @@ build-linux-release: ...@@ -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"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment