$ the-wire · showcase
Turbopack build cache disabled, eval results refreshed
By RepoJournal · Filed · About Supabase · Composed from the cited sources · methodology
Supabase turned off Turbopack's on-disk build cache to stabilize builds, and the evals run refreshed the results file it publishes to the web app.
chore: Disable turbopack cache for builds (#50616) supabase/supabase
Ivan Vasilov disabled Turbopack's on-disk build cache for builds, framing it as a reliability fix rather than a speed one. If your CI or local builds have been flaking on cached Turbopack state, this removes that failure mode at the cost of cold build times.
chore: refresh eval results supabase/evals
The bot refreshed apps/web/src/data/eval-results.json from the latest automated eval run, so the numbers the site displays now match the most recent run.
chore: refresh eval results (#312) supabase/evals
by supabase-evals-releaser[bot]
The same refresh landed on main as a squashed commit, carrying the identical eval-results.json update co-authored with mattrossman.