Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
b7c2f794
Unverified
Commit
b7c2f794
authored
Mar 25, 2021
by
Robert Klotzner
Committed by
GitHub
Mar 25, 2021
Browse files
Enable debug assert for real. (#2716)
parent
8c340f94
Pipeline
#130679
failed with stages
in 24 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b7c2f794
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment