mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 00:21:05 +00:00
Enable debug assertions on burn-in PRs (#2826)
This commit is contained in:
@@ -181,6 +181,7 @@ build-linux-release:
|
|||||||
- 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"
|
||||||
|
RUSTFLAGS: "-Cdebug-assertions=y"
|
||||||
- when: always
|
- when: always
|
||||||
script:
|
script:
|
||||||
- time cargo build --release --verbose ${EXTRA_FLAGS}
|
- time cargo build --release --verbose ${EXTRA_FLAGS}
|
||||||
@@ -247,7 +248,7 @@ generate-impl-guide:
|
|||||||
- buildah push --format=v2s2 "$IMAGE_NAME:$EXTRATAG"
|
- buildah push --format=v2s2 "$IMAGE_NAME:$EXTRATAG"
|
||||||
# pass artifacts to the trigget-simnet job
|
# pass artifacts to the trigget-simnet job
|
||||||
# this twist is to match the similar logic in substrate
|
# 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
|
- echo "VERSION=${EXTRATAG}" >> build.env
|
||||||
after_script:
|
after_script:
|
||||||
- buildah logout "$IMAGE_NAME"
|
- buildah logout "$IMAGE_NAME"
|
||||||
|
|||||||
Reference in New Issue
Block a user