You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we just loop nightly and it keeps running build.sh (after 49min sleep currently) even if there are no changes.
This is a waste of resources, time and energy: we should skip when there are no changes since the last build.
However it is not trivial, we need to detect:
if Hackage was updated for any packages in Stackage?
or
if there were any new stackage commits?
No sure if there are any others important changing conditions.
Though with longer sleep times this might be less of an issue.
The text was updated successfully, but these errors were encountered:
Currently we just loop nightly and it keeps running build.sh (after 49min sleep currently) even if there are no changes.
This is a waste of resources, time and energy: we should skip when there are no changes since the last build.
However it is not trivial, we need to detect:
or
No sure if there are any others important changing conditions.
Though with longer sleep times this might be less of an issue.
The text was updated successfully, but these errors were encountered: