A per jobset config option to enable / disable "only build latest"
I frequently push to my nixos repo, which I want a custom kernel package built from.
Of course, I should first change the project to intermittently eval instead of eval'ing on every repo update.
But that aside, it also results in multiple evaluators, evaluating the same package at the same time.
(Two Linux Kernel Evaluations running at the same time)
Is it possible to add a per jobset option for killing the old build if it's still going.
A per jobset config option to enable / disable "only build latest"
I frequently push to my nixos repo, which I want a custom kernel package built from.
Of course, I should first change the project to intermittently eval instead of eval'ing on every repo update.
But that aside, it also results in multiple evaluators, evaluating the same package at the same time.
(Two Linux Kernel Evaluations running at the same time)
Is it possible to add a per jobset option for killing the old build if it's still going.