msys2 / msys2-autobuild

🏭🏭🏭🏭🏭🏭🏭🏭
https://packages.msys2.org/queue
MIT License
35 stars 25 forks source link

Drop BUILD_TYPES_WIP #65

Closed lazka closed 1 year ago

lazka commented 1 year ago

This wasn't complete as it would only ignore broken builds for direct deps and not indirect ones, but kinda worked in ignoring some arm64 errors.

But it also causes problems if an error is ignored and the other arches get uploaded. Then it's hard to roll back the update because lots of packages with the new version are already in the repo.

With the new autobuild controller we can also restart flaky builds instead of ignoring them and waiting for jeremy to fix them later.

Let's try removing that special case.