make run-local-instanceIs the target you should be running, but due to some Bazel dependency resolution things, it appears to still be trying to get you to download some of our prebuilt Docker images (which we do not want you to do).
I'm hopeful that will remove the docker issues and let you just run the debugger-app backend with a custom build of canvaskit that you seem to have been able to build successfully.
Kaylee
On Tuesday, May 28, 2024 at 9:26:06 AM UTC-4 Dominic wrote:
I really would prefer to be able to build Skia Debugger locally from scratch myself so that I can test out all of my local changes in real-time rather than being dependent on re-downloading and then re-patching Google's Docker images for every single change but I will honestly take whatever I can get at this point.