-
- Downloads
Create build products as soon as the build succeeded.
When searching for successful builds in Cuirass, it is expected that the build products are already available. Hence, make sure that build products are computed before the build is marked as successful. * src/cuirass/base.scm (spawn-builds): Add a spec argument, (handle-build-event): ditto, and call create-build-outputs when the build-succeeded event is received, (create-build-outputs): take a single build argument instead of a builds list and adapt accordingly, (build-packages): pass spec argument to spawn-builds and remove create-build-outputs call.
Please register or sign in to comment