Closed MehdiChinoune closed 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?
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
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.
What if we run "src" jobs after all the other jobs? schedule -> builds -> src
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
I've reduced the build interval recently, to improve things a bit at least: 3116e844bee9bb
I've now enabled that multiple workflows can run at the same time.
I don't think src requires more than one job, and I think also It could built without queue.