Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split GenState module into three #3020

Merged
merged 1 commit into from
Sep 2, 2022
Merged

Split GenState module into three #3020

merged 1 commit into from
Sep 2, 2022

Conversation

lehins
Copy link
Collaborator

@lehins lehins commented Sep 2, 2022

It looks like on hydra there is a timeout limit that kills a CI job when there is no output for a certain period of time. It so happens that when GenState module is build on a mac-mini it takes just long enough for the CI job to get terminated during the build phase

A simple solution to this problem is to split the module into two smaller ones, that is what this PR does.

@lehins lehins requested a review from Soupstraw September 2, 2022 11:31
Copy link
Contributor

@Soupstraw Soupstraw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GenState.hs seems a bit redundant, since Generators.hs already re-exports Types.hs. Other than that, looks fine to me.

@lehins lehins force-pushed the lehins/split-gen-state branch from f319af7 to d90e7ba Compare September 2, 2022 17:25
@lehins lehins changed the title Split GenState module into two Split GenState module into three Sep 2, 2022
This was necessary to avoid long compilation times for individual, which
triggered CI build timeout on hydra
@lehins lehins force-pushed the lehins/split-gen-state branch from d90e7ba to 89b8e9d Compare September 2, 2022 18:08
@lehins lehins merged commit 04b4081 into master Sep 2, 2022
@iohk-bors iohk-bors bot deleted the lehins/split-gen-state branch September 2, 2022 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants