Add production binary parity gate

This commit is contained in:
igor04091968
2026-07-01 19:56:15 +03:00
parent d79b37fff5
commit ce27a8170d
6 changed files with 578 additions and 5 deletions
@@ -125,3 +125,9 @@ EOF
fi
echo "detmir rust release artifacts: OK scope=$SCOPE ($RELEASE_DIR)"
if [[ -n "${PRODUCTION_BINARY_PARITY_EVIDENCE:-}" ]]; then
python3 "$ROOT_DIR/scripts/check_production_binary_parity.py" \
--evidence "$PRODUCTION_BINARY_PARITY_EVIDENCE" \
--release-dir "$RELEASE_DIR"
fi