-
Notifications
You must be signed in to change notification settings - Fork 33
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
Dart CI crashes #2841
Comments
Removing support for 28 won't do that much unfortunately:
In theory spreed presets could be merged into the server presets, because they follow the same stable branches, except for 20.1 but I'm not sure how much 20.0 and 20.1 really differ. Also removing 29 support (which is EOL next month) six more presets are going to get removed:
This will also then unblock #2379. |
We could also limit the number of presets drastically by only testing against the latest app version for each server release. |
Indeed, getting rid of a few presets makes the CI pass as expected: #2846 |
Removing the 28 presets was enough to make it work again. |
Since a few days almost all Dart CI jobs crash.
I believe this is related to either storage or memory limits (e.g. https://github.com/nextcloud/neon/actions/runs/13647643553/job/38149349606).
It's probably caused by the update to 31, because we now have even more docker images.
We could at least try to clean the build cache and remove any unused docker data, but as seen in the job run above it also already happens when building the docker images.
The text was updated successfully, but these errors were encountered: