You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An simpler way might be to delete/ignore all packages uploaded after the removed build. That will lead to more rebuilds, but means we don't have to track dependencies.
Delete all newer than packages that need to be cleaned during the scheduler (no builds should be active, otherwise this is racy)
Ignore all packages that are to be deleted in fetch-assets, to they don't end up in stating/the repo.
Another problem is a dependency cycle that is finished and the wrong package gets updated/deleted, resulting in the wrong build order, since one of them is already in staging.
Scenario as happened in msys2/MINGW-packages#11156
Potential fixes:
The text was updated successfully, but these errors were encountered: