Skip to content
Snippets Groups Projects
Commit 485e4060 authored by Robert Klotzner's avatar Robert Klotzner Committed by GitHub
Browse files

Enable debug assertions on rococo. (#2708)

parent 8a396c67
No related merge requests found
......@@ -176,7 +176,7 @@ 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"
EXTRA_FLAGS: "--features=real-overseer -Cdebug-assertions=y"
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
variables:
EXTRA_FLAGS: "--features=real-overseer"
......
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