Segfaulting when building my Gatsby project

I constantly have to restart builds on pages and tweaked all of the configurable settings. Any other creative ideas for having a successful CI/CD?
1 Reply
nicolasfry
nicolasfry9mo ago
09:17:02.781 - while fulfilling desired order of chunk group(s)
09:17:02.781 component---src-pages-catalogs-knowledgebases-index-tsx,
09:17:02.781 component---src-pages-templates-template-item-id-foldervariables-index-tsx
09:17:02.782
09:17:02.840 AGsuccess Building production JavaScript and CSS bundles - 201.372s
09:17:02.841
09:17:02.857 AGGatsby Config Mode: production
09:17:02.858
09:17:24.098 /opt/build/bin/build: line 39: 1602 Segmentation fault gatsby build
09:17:24.161 Failed: build command exited with code: 139
09:17:25.080 Failed: error occurred while running build command
09:17:02.781 - while fulfilling desired order of chunk group(s)
09:17:02.781 component---src-pages-catalogs-knowledgebases-index-tsx,
09:17:02.781 component---src-pages-templates-template-item-id-foldervariables-index-tsx
09:17:02.782
09:17:02.840 AGsuccess Building production JavaScript and CSS bundles - 201.372s
09:17:02.841
09:17:02.857 AGGatsby Config Mode: production
09:17:02.858
09:17:24.098 /opt/build/bin/build: line 39: 1602 Segmentation fault gatsby build
09:17:24.161 Failed: build command exited with code: 139
09:17:25.080 Failed: error occurred while running build command
Things I am trying: - moving to build environment v2 - removing peg for python version - change build step to npx gatsby build (as opposed to my npm run build which does npm run copy-pdf-worker && gatsby build)