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

fix(IDX): work around GHC install timeouts #1881

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

nmattia
Copy link
Contributor

@nmattia nmattia commented Oct 7, 2024

This patches our rules_haskell version to increase the timeout for the make install command installing GHC. The default of 10 minutes seems to be too short in some scenarios, though this has to be confirmed after the workaround has been in use for a couple of days. We will also need to investigate ways to avoid burning 10+minutes installing GHC.

See also: tweag/rules_haskell#2254

This patches our rules_haskell version to increase the timeout for the
`make install` command installing GHC. The default of 10 minutes seems
to be too short in some scenarios, though this has to be confirmed after
the workaround has been in use for a couple of days. We will also need
to investigate ways to avoid burning 10+minutes installing GHC.
@github-actions github-actions bot added the fix label Oct 7, 2024
@nmattia nmattia marked this pull request as ready for review October 7, 2024 15:02
@nmattia nmattia requested a review from a team as a code owner October 7, 2024 15:02
@github-actions github-actions bot added the @idx label Oct 7, 2024
@nmattia nmattia added this pull request to the merge queue Oct 7, 2024
Merged via the queue into master with commit 73069a3 Oct 7, 2024
27 checks passed
@nmattia nmattia deleted the nm-rules-haskell-timeout branch October 7, 2024 15:24
nikolay-komarevskiy pushed a commit that referenced this pull request Oct 11, 2024
This patches our rules_haskell version to increase the timeout for the
`make install` command installing GHC. The default of 10 minutes seems
to be too short in some scenarios, though this has to be confirmed after
the workaround has been in use for a couple of days. We will also need
to investigate ways to avoid burning 10+minutes installing GHC.

See also: tweag/rules_haskell#2254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants