Skip to content

CI: Pass --ghc-options=-j to stack when builing toysolver package #198

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

Merged
merged 1 commit into from
May 25, 2025

Conversation

msakai
Copy link
Owner

@msakai msakai commented May 24, 2025

We don't pass --ghc-options=-j when we build dependencies, because parallelism is already exploited by building multiple dependencies in parallel.
https://docs.haskellstack.org/en/stable/configure/global_flags/#-jobs-or-j-option

We don't pass --ghc-options=-j when we build dependencies,
because parallelism is already exploited by building multiple
dependencies in parallel.
https://docs.haskellstack.org/en/stable/configure/global_flags/#-jobs-or-j-option
@msakai msakai merged commit fdb6b9b into master May 25, 2025
9 of 10 checks passed
@msakai msakai deleted the feature/ci-parallel-compilation branch May 25, 2025 23:01
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.

1 participant