Release v0.79.0 — pi 0.78.1 -> 0.79.0
First build on pi 0.79.0. Built FROM the republished base-pi-only from opencode-devbox v1.16.2 (carries pi 0.79.0). Bump smoke size threshold 2750 -> 2850 MB in lockstep with opencode-devbox's pi-only variant. Promote CHANGELOG Unreleased -> v0.79.0.
This commit is contained in:
@@ -19,8 +19,8 @@ IMAGE="${1:?usage: $0 <image>}"
|
||||
PASS=0; FAIL=0
|
||||
# Since the refactor to FROM opencode-devbox:latest-pi-only, this image equals
|
||||
# the pi-only variant (pi + companions + fork/recall node_modules, NO opencode),
|
||||
# so the threshold tracks pi-only's (2750 MB), not the old standalone 2200 MB.
|
||||
SIZE_THRESHOLD_MB=2750
|
||||
# so the threshold tracks pi-only's (2850 MB), not the old standalone 2200 MB.
|
||||
SIZE_THRESHOLD_MB=2850
|
||||
|
||||
run() {
|
||||
local label="$1"; local cmd="$2"
|
||||
|
||||
Reference in New Issue
Block a user