发布

  • fix(docker): build release image with webpack (Turbopack internal panic) (#4052)

    frostbyte_neo 发布于 2026-06-17 07:46:25 +00:00 | 1493 次提交 在此版本后已推送到 release/v3.8.50

    The 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 root in ImportTracer::get_traces (during
    issue reporting), at Dockerfile RUN 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 CI Build job, and npm run build:cli all 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.

    下载附件