-
Notifications
You must be signed in to change notification settings - Fork 71
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
GitHub Actions backend doesn't respect jobs
, resulting in lack of build parallelism
#551
Comments
looks like we didn't fix #421? |
This is a slightly different issue. The
We explicitly pass |
It feels that we want to have granular jobs control for different steps. That is doable, but I won't have time to think about this now. Especially if this is only "bad" for |
In the meantime, would you accept a PR that makes the behavior of |
Btw, please comment on haskell/cabal#6106 so
No, I won't have time to review it any time soon, I'm sorry. |
I'm a little unclear. Are you philosophically opposed to the current design of the |
That. |
Sounds good. When you're ready, I've submitted a fix at #552. |
In the
haskell-ci
–generated GitHub Actions workflow fortransformers-compat
, I noticed that despite settingsjobs: 2
, the dependencies were being built sequentially. On the other hand, this doesn't happen with the Travis backend:haskell-ci/src/HaskellCI/Travis.hs
Lines 193 to 199 in 13af816
The GitHub Actions backend should do something similar.
The text was updated successfully, but these errors were encountered: