Drop 32bit Haiku?

I’m in the same boat. Time is an illusion. Project time, doubly so.

I’ll try to help checking 32-bit recipes, I just have to plug my other computer back in for that

Î’m wondering if it would make sense to create a script/bot that would automatically try to compile recipes in PRs when they are submitted to haikuports. That would probably eliminate a bit of checking and would imediatly filter out the recipes that don’t build for an architecture

Most continuous integration solutions require a Docker image for each OS and architecture. Doing a Haiku image might be possible in Docker for x86 and x86-64 but the others would need a custom buildbot.

Those that get submitted (merged) can be found on the buildmaster (progress): https://build.haiku-os.org/buildmaster/master/x86_gcc2/?buildrunDir=&viewMode=expanded

Created an issue at haikuports for the broken builds on buildmaster atm: https://github.com/haikuports/haikuports/issues/6686

I meant something like a commit checker for the syntax that checks pull requests before they are merged. I thought that could speed up review of pull requests but now that I think about it, it’d probably be rather difficult to write something like that compared to the work it saves