fix(docker): raise build heap limit · openclaw/openclaw@60967c3
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -68,6 +68,12 @@ describe("test-install-sh-docker", () => {
|
68 | 68 | expect(dockerfile).toContain("node scripts/check-package-dist-imports.mjs /app"); |
69 | 69 | }); |
70 | 70 | |
| 71 | +it("runs the root Dockerfile build with the CI heap limit", () => { |
| 72 | +const dockerfile = readFileSync("Dockerfile", "utf8"); |
| 73 | + |
| 74 | +expect(dockerfile).toContain("NODE_OPTIONS=--max-old-space-size=8192 pnpm build:docker"); |
| 75 | +}); |
| 76 | + |
71 | 77 | it("allows repository branch history and release tags for secret-backed Docker release checks", () => { |
72 | 78 | const workflow = readFileSync(LIVE_E2E_WORKFLOW_PATH, "utf8"); |
73 | 79 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。