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:
commit
d38a22bc3f
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user