From 467f9bb51da039bdefa77e269f5943d569cba2ce Mon Sep 17 00:00:00 2001 From: Robert Klotzner Date: Thu, 25 Mar 2021 23:30:49 +0100 Subject: [PATCH] Enable debug assert for real. (#2716) --- polkadot/.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 317980a0e6..45b30b41be 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -176,7 +176,8 @@ 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 -Cdebug-assertions=y" + EXTRA_FLAGS: "--features=real-overseer" + RUSTFLAGS: "-Cdebug-assertions=y" - if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs variables: EXTRA_FLAGS: "--features=real-overseer"