Last week we started seeing our pages build step time increase by about 15 minutes with no code changes to warrant such a jump. This results in the project exceeding the Cloudflare Pages build time limit and failing. I’ve run tets locally, in Vercel, and Jenkins as a comparison to validate that claim.
Vercel Production build duration: 24:38
Local Production build duration: 22:12
Jenkins Production build duration: 21:28
Kind of at a loss as to what is going on or how to resolve this issue, any help or insight would be appreciated.