mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-14 15:03:27 -04:00
Mimic's https://github.com/lightpanda-io/browser/pull/3294 I looked into this a little bit, and the main issue is that we build the binary in releasefast twice: once for the snapshot and once for the browser itself. Each build takes ~10 minutes. The snapshot cache almost always misses (since any change to webapi/* invalidates it). I don't see a great solution.