-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: builds broken with an uncaught composer error #190
Comments
A release build to the preview repo on GitHub worked fine: https://github.com/mage-os/generate-mirror-repo-js/actions/runs/12741163730 I'm not sure what the difference is or why nighties and my local would be affected, but the release action isn't. |
Possibly duplicate to #171, but that started about more broad nightly build errors, so I thought it best to open this with my specific issue. Vinai mentioned this maybe being a composer segfault in a recent meeting. Hopefully he has more insight or ideas on what to try. |
Okay, so this isn't related to the composer install command, it's actually (shockingly, as the error says) from
I missed that and must not have run this command on this system before. This is a possible area for improvement. As for the nightlies, deploy.yml includes a step to download |
The nightlies error is |
I currently get an error on mageos-release:
I've tried various things including updating composer, reinstalling node packages, and updating node packages, but to no avail.
This error appears to affect the upstream mirror builds too, for as long as the action history shows: https://github.com/mage-os/generate-mirror-repo-js/actions/runs/12732736267/job/35488270194#step:8:331
Which makes me wonder if the entire build process is currently broken.
The text was updated successfully, but these errors were encountered: