[build] Update perfetto, enable proto toolchain resolution#6245
Conversation
This matches what we have downstream, will allow us to use pre-compiled protoc instead of having to compile it ourselves on builds that use perfetto.
|
ResolveMessage: Cannot find module '@opencode-ai/plugin' from '/home/runner/work/workerd/workerd/.opencode/tools/bazel-deps.ts' |
|
@fhanau Bonk workflow failed. Check the logs for details. View workflow run · To retry, trigger Bonk again. |
|
This should unblock automated dependency updates – the perfetto patch issues were what caused the job to fail in https://github.com/cloudflare/workerd/actions/runs/22869275300/job/66344435692. |
|
Now I have the full picture. The protobuf BCR version "33.4" is what the PR uses for perfetto_cfg. The The key question is: does protobuf 33.4 properly support Let me also verify that the protobuf version is consistent between Both The PR looks clean overall:
The LGTM |
This matches what we have downstream, will allow us to use pre-compiled protoc instead of having to compile it ourselves on builds that use perfetto.