msys2 / msys2-autobuild

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

Use only one job for building src without queue #74

Closed MehdiChinoune closed 1 year ago

MehdiChinoune commented 1 year ago

I don't think src requires more than one job, and I think also It could built without queue.

lazka commented 1 year ago

I don't think src requires more than one job

good idea

and I think also It could built without queue.

what do you mean by that?

MehdiChinoune commented 1 year ago

I don't think src requires more than one job

good idea

and I think also It could built without queue.

what do you mean by that?

don't sort them and build one before another according to depends/makedepends

lazka commented 1 year ago

I see.

I'm not sure if that's worth it.. I don't want to assume what tools the PKGBUILD uses and use old versions.

But I know what you mean.. the different speeds lead to lots of ping pong between build types now. I'll think about it.

lazka commented 1 year ago

What if we run "src" jobs after all the other jobs? schedule -> builds -> src

lazka commented 1 year ago

What if we run "src" jobs after all the other jobs? schedule -> builds -> src

sadly that's not supported by github: https://github.com/orgs/community/discussions/25364

lazka commented 1 year ago

I've reduced the build interval recently, to improve things a bit at least: 3116e844bee9bb

lazka commented 1 year ago

I've now enabled that multiple workflows can run at the same time.