Bootstrap in CI often hangs indefinitely #833
Unanswered
JulienLHPro
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That's odd, but good news, bootstrap will barely be needed anymore (and will be a lot more lightweight) after Melos |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
We are using Melos in our project and we have quite a few packages to bootstrap (110). On local machines everything works great, but as soon as we use CI machines, the boostrap command does not complete, like 3 times out of 5.
That's really all, it just doesn't complete, it hangs forever on the last package, without any log being produced. This is why I did not open an issue, I have no exception to show...
We have fourteen self-hosted runners and we could not see any correlation or pattern in the way the script fails.
Our
melos.yaml
file is simple:Our Github action workflow looks like this:
What I've tried:
runPubGetInParallel=false
--verbose
Any help would be extremely welcome because our entire CI is compromised right now.
Thanks for reading this!
Beta Was this translation helpful? Give feedback.
All reactions