Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Enable debug assertions on burn-in PRs (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored Apr 6, 2021
1 parent e6335b6 commit 3b12bd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3b12bd5

Please sign in to comment.