Miguel Ángel
|
a6df35f891
|
fix(gcp-cloud-run): include all workspace build dependencies (#2608)
Fixes #2601.
Reproduced v0.7.60 from the tag: Docker frozen install failed because five workspace manifests were omitted; after adding manifests, a fresh build failed because dependency dist artifacts were absent.
Changes:
- Copy all workspace manifests and required source trees.
- Build core, parsers, lint, SDK, sdk-playground, studio-server, and engine before producer/adapter.
- Add deterministic manifest/source coverage check.
Verification:
- `bun run --cwd packages/gcp-cloud-run test:dockerfile-workspaces`
- `docker build --progress=plain -f packages/gcp-cloud-run/Dockerfile -t hf-2601-fixed3 .` (success; image built).
Source issue: https://github.com/heygen-com/hyperframes/issues/2601
|
2026-07-17 01:18:52 -04:00 |
|