roc-lang / rbt

Roc Build Tool
Universal Permissive License v1.0
49 stars 5 forks source link

do something more reasonable with jobs' log output #74

Open BrianHicks opened 2 years ago

BrianHicks commented 2 years ago

Right now, stdout and stderr from jobs get dropped. That's not really tenable! We probably want to store it so we can more easily debug builds.

This might depend on https://github.com/roc-lang/rbt/issues/72 if we decide we want to store it in the database (or if we want to store it in the CAS.)

If someone other than @BrianHicks picks this up, the best bet is probably to have a chat with him on the Roc Zulip about design considerations here!