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
3b12bd5d
Unverified
Commit
3b12bd5d
authored
Apr 06, 2021
by
Pierre Krieger
Committed by
GitHub
Apr 06, 2021
Browse files
Enable debug assertions on burn-in PRs (#2826)
parent
e6335b62
Pipeline
#132889
failed with stages
in 15 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3b12bd5d
...
...
@@ -181,6 +181,7 @@ build-linux-release:
-
if
:
$CI_COMMIT_REF_NAME =~ /^[0-9]+$/
# PRs
variables
:
EXTRA_FLAGS
:
"
--features=real-overseer"
RUSTFLAGS
:
"
-Cdebug-assertions=y"
-
when
:
always
script
:
-
time cargo build --release --verbose ${EXTRA_FLAGS}
...
...
@@ -247,7 +248,7 @@ generate-impl-guide:
-
buildah push --format=v2s2 "$IMAGE_NAME:$EXTRATAG"
# pass artifacts to the trigget-simnet job
# this twist is to match the similar logic in substrate
-
echo "IMAGE_NAME=${IMAGE_NAME}" > build.env
-
echo "IMAGE_NAME=${IMAGE_NAME}" > build.env
-
echo "VERSION=${EXTRATAG}" >> build.env
after_script
:
-
buildah logout "$IMAGE_NAME"
...
...
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