fix(release): allow matrix runtime pack size

This commit is contained in:
Peter Steinberger
2026-04-13 10:39:24 +01:00
parent ee601ae993
commit abe33319d3
2 changed files with 6 additions and 5 deletions

View File

@@ -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;

View File

@@ -1 +1 @@
7e47f634b6156b05ea6f4dad19b13fd2fa981432b70cf8a013869f6a1277bd8c
bb856be91cddd7131e54cf05acaeb4de745c82017bacc4f5c0d182702d2f1326