Merge pull request #2505 from gh-xj/fix/2441-repro-build-profile

ci: use release profile in reproducible build check
This commit is contained in:
xj 2026-03-01 23:00:30 -08:00 committed by GitHub
commit d38a22bc3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ set -euo pipefail
# - Compare artifact SHA256
# - Emit JSON + markdown artifacts for auditability
PROFILE="${PROFILE:-release-fast}"
PROFILE="${PROFILE:-release}"
BINARY_NAME="${BINARY_NAME:-zeroclaw}"
OUTPUT_DIR="${OUTPUT_DIR:-artifacts}"
FAIL_ON_DRIFT="${FAIL_ON_DRIFT:-false}"