ci(release): raise build heap for validation gates

This commit is contained in:
Peter Steinberger
2026-05-10 03:03:32 +01:00
parent e3e60ad7c2
commit c8d82e4535
7 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -559,7 +559,7 @@ async function prepareCandidate(params) {
const buildEnv = {
...process.env,
NODE_OPTIONS: "--max-old-space-size=6144",
NODE_OPTIONS: "--max-old-space-size=8192",
};
logPhase("prepare", "pnpm-install");
@@ -1448,7 +1448,7 @@ function buildInstallerEnv(lane, providerMeta, providerSecretValue) {
OPENCLAW_NO_ONBOARD: "1",
OPENCLAW_NO_PROMPT: "1",
CI: "1",
NODE_OPTIONS: "--max-old-space-size=6144",
NODE_OPTIONS: "--max-old-space-size=8192",
[providerMeta.secretEnv]: providerSecretValue,
};
}