From abe33319d33f23873efc8609cbe8c433d687084e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 13 Apr 2026 10:39:24 +0100 Subject: [PATCH] fix(release): allow matrix runtime pack size --- scripts/release-check.ts | 9 +++++---- src/canvas-host/a2ui/.bundle.hash | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/release-check.ts b/scripts/release-check.ts index 86b2158df09..6f7d7fcd6ae 100755 --- a/scripts/release-check.ts +++ b/scripts/release-check.ts @@ -52,10 +52,11 @@ const forbiddenPrefixes = [ "docs/.generated/", ]; // 2026.3.12 ballooned to ~213.6 MiB unpacked and correlated with low-memory -// startup/doctor OOM reports. Keep enough headroom for the current pack with -// restored bundled upgrade surfaces and Control UI assets while still catching -// regressions quickly. -const npmPackUnpackedSizeBudgetBytes = 191 * 1024 * 1024; +// startup/doctor OOM reports. 2026.4.12 intentionally stages Matrix runtime +// dependencies, including crypto wasm, so packaged installs do not miss Docker +// and gateway runtime dependencies. Keep the budget below the 2026.3.12 bloat +// level while allowing that mirrored runtime surface. +const npmPackUnpackedSizeBudgetBytes = 202 * 1024 * 1024; const appcastPath = resolve("appcast.xml"); const laneBuildMin = 1_000_000_000; const laneFloorAdoptionDateKey = 20260227; diff --git a/src/canvas-host/a2ui/.bundle.hash b/src/canvas-host/a2ui/.bundle.hash index aea62fe4337..9111b7c04e3 100644 --- a/src/canvas-host/a2ui/.bundle.hash +++ b/src/canvas-host/a2ui/.bundle.hash @@ -1 +1 @@ -7e47f634b6156b05ea6f4dad19b13fd2fa981432b70cf8a013869f6a1277bd8c +bb856be91cddd7131e54cf05acaeb4de745c82017bacc4f5c0d182702d2f1326