builds: Create a function that generates a list of all manual builds

Change-Id: Ib7869f89c9ccec727bc9ed691cd1ee120c1ec7ae
This commit is contained in:
Solomon Peachy 2024-07-17 21:41:00 -04:00
parent 9ddd9826d3
commit 4d97a4f3f2
2 changed files with 14 additions and 3 deletions

View file

@ -74,6 +74,6 @@ sub buildit {
`mkdir -p $outdir`;
for my $b (&usablebuilds) {
for my $b (&manualbuilds) {
runone($b);
}