(zilch planner step): fix batch steps

This commit is contained in:
puck 2025-03-20 17:43:55 +00:00
parent 20f06e2eb9
commit 3e3b9a8bb9

View file

@ -181,7 +181,7 @@
(build-plan-current-plan-inner plan))
(for-each
(lambda (result) (apply handle-build-step-result result))
(apply (build-step-type-proc step-type) (map collect-build-step-args steps)))))
(apply (build-step-type-proc step-type) (map (lambda (a) (cons (build-step-id a) (collect-build-step-args a))) steps)))))
(else
(for-each
(lambda (step) (run-build-step step-type step))