-
fix(docker): build release image with webpack (Turbopack internal panic) (#4052)
发布于
2026-06-17 07:46:25 +00:00 | 1493 次提交 在此版本后已推送到 release/v3.8.50The v3.8.27 release Docker build failed on BOTH linux/amd64 and linux/arm64 with a
non-recoverable Turbopack panic —TurbopackInternalError: internal error: entered unreachable code: there must be a path to a rootinImportTracer::get_traces(during
issue reporting), at DockerfileRUN npm run build. Deterministic (not transient), so a
re-run does not help. The webpack build is the proven engine —build:release(deployed
to the VPS), the CIBuildjob, andnpm run build:cliall use it and are green. Switch
the Docker build to webpack (OMNIROUTE_USE_TURBOPACK=0); re-enable once the upstream
Turbopack tracer bug is fixed. Documented in QUALITY_GATE_PLAYBOOK Parte 6.下载附件